.PHONY: build dev test clean build: go build -o bin/hwlab ./cmd/hwlab/... dev: air -c .air.toml test: go test ./... -v clean: rm -rf bin/