diff --git a/Makefile b/Makefile index 3567d9e..b7f9060 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,9 @@ all: build +.PHONY: build build: modules CGO_ENABLED=0 go build -o ./bin/anon3anon ./cmd/anon3anon +.PHONY: modules modules: go mod tidy - -test: - go test ./..