From 1664c12293813c15b5e91dfccbb6775eeb8a0429 Mon Sep 17 00:00:00 2001 From: Kris Kwiatkowski Date: Fri, 31 Aug 2018 11:01:51 +0100 Subject: [PATCH] makefile: improvements --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index eafa175..9f7a2f6 100644 --- a/Makefile +++ b/Makefile @@ -24,6 +24,7 @@ ifeq ($(V),1) BENCH_OPTS += -gcflags=-m # Show results from inlining endif +# Targets clean: rm -rf $(GOPATH_LOCAL) rm -rf coverage*.txt