aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)/*