From 991c8410467d207c4d996ce4d7810d7ed62fcc70 Mon Sep 17 00:00:00 2001 From: Dalton Hubble Date: Sun, 24 Nov 2019 14:06:29 -0800 Subject: [PATCH] Remove Makefile verbose diff output --- Makefile | 3 --- 1 file changed, 3 deletions(-) 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