diff --git a/Makefile b/Makefile index 85f424b9..47d807a3 100644 --- a/Makefile +++ b/Makefile @@ -16,9 +16,6 @@ all: build test vet lint fmt build: clean bin/matchbox bin/%: - git describe --tags --match=v* --always --dirty - git status - git diff @go build -o bin/$* -ldflags $(LD_FLAGS) $(REPO)/cmd/$* .PHONY: test