diff --git a/Makefile b/Makefile index 4c21a50..cbd2b33 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,6 @@ build: build/$(PROGRAM_NAME) build/$(PROGRAM_NAME) : $(SOURCES) $(GO) build -o $@ $(GOBUILDFLAGS) $^ - $(GO) env > build/.buildinfo test: $(GO) test -v ./...