summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAntti Ahti <antti.ahti@gmail.com>2015-09-14 15:30:51 +0300
committerAntti Ahti <antti.ahti@gmail.com>2015-09-14 15:30:51 +0300
commit406ea2370a2b02a372bfa47f523c504757bf2412 (patch)
tree499fc25a07ec3ba56bc22aa3c5637090a7118dbf /Makefile
parenta9a7efbe9833f4b222b79bcf3aa39dc26eb470ad (diff)
downloadchat-406ea2370a2b02a372bfa47f523c504757bf2412.tar.gz
chat-406ea2370a2b02a372bfa47f523c504757bf2412.tar.bz2
chat-406ea2370a2b02a372bfa47f523c504757bf2412.zip
Clean installed Go dependencies
If these are not cleaned it can cause problems when switching between different Go versions. Especially when downgrading Go.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 305926e5b..d26acddac 100644
--- a/Makefile
+++ b/Makefile
@@ -156,6 +156,8 @@ clean:
rm -rf api/data/*
rm -rf logs/*
+ rm -rf Godeps/_workspace/pkg/
+
run: install
mkdir -p web/static/js