diff --git a/Makefile b/Makefile index 47d807a3..85f424b9 100644 --- a/Makefile +++ b/Makefile @@ -16,6 +16,9 @@ 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