From 8fcd71920afb6666562bc9a085a0a1532fd07b2a Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Tue, 28 Apr 2015 12:06:59 +0200 Subject: [PATCH] Makefile: clean should also delete Godeps/_workspace/pkg --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1fdc36f98..09e80ea26 100644 --- a/Makefile +++ b/Makefile @@ -19,4 +19,4 @@ mist: @echo "Run \"$(GOBIN)/mist --asset_path=cmd/mist/assets\" to launch mist." clean: - rm -fr build/_workspace/pkg/ $(GOBIN)/* + rm -fr build/_workspace/pkg/ Godeps/_workspace/pkg $(GOBIN)/*