diff --git a/Makefile b/Makefile index c3ec9ee..bdecf85 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ build: go build -ldflags "-X github.com/asmaloney/gactar/util/version.BuildVersion=${GIT_COMMIT}" clean: - rm ./gactar + go clean test: go test ./...