aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFelix Lange <fjl@twurst.com>2015-04-28 18:06:59 +0800
committerFelix Lange <fjl@twurst.com>2015-04-29 07:28:35 +0800
commit8fcd71920afb6666562bc9a085a0a1532fd07b2a (patch)
tree0b82a8148c206d77206f2ab0d9570d36cf9ec5e2 /Makefile
parent12df8565cf9466e321527967755517e5f7c17167 (diff)
downloaddexon-8fcd71920afb6666562bc9a085a0a1532fd07b2a.tar
dexon-8fcd71920afb6666562bc9a085a0a1532fd07b2a.tar.gz
dexon-8fcd71920afb6666562bc9a085a0a1532fd07b2a.tar.bz2
dexon-8fcd71920afb6666562bc9a085a0a1532fd07b2a.tar.lz
dexon-8fcd71920afb6666562bc9a085a0a1532fd07b2a.tar.xz
dexon-8fcd71920afb6666562bc9a085a0a1532fd07b2a.tar.zst
dexon-8fcd71920afb6666562bc9a085a0a1532fd07b2a.zip
Makefile: clean should also delete Godeps/_workspace/pkg
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)/*