Remove Makefile verbose diff output

This commit is contained in:
Dalton Hubble
2019-11-24 14:06:29 -08:00
parent 998eeaa1d0
commit 991c841046

View File

@@ -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