summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2015-09-15 08:20:22 -0400
committerJoram Wilander <jwawilander@gmail.com>2015-09-15 08:20:22 -0400
commit4726fb21b22ef3401c897c039a0b467f3c031bac (patch)
tree277fd5692780f5848cefc29c190a3212d25dd287 /Makefile
parent4a9984d166ff939129740f69e1bd382769a954bb (diff)
parent406ea2370a2b02a372bfa47f523c504757bf2412 (diff)
downloadchat-4726fb21b22ef3401c897c039a0b467f3c031bac.tar.gz
chat-4726fb21b22ef3401c897c039a0b467f3c031bac.tar.bz2
chat-4726fb21b22ef3401c897c039a0b467f3c031bac.zip
Merge pull request #673 from apaatsio/clean-go-deps
Clean installed Go dependencies
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ea9fc21d4..137bb0a82 100644
--- a/Makefile
+++ b/Makefile
@@ -157,6 +157,8 @@ clean:
rm -rf api/data/*
rm -rf logs/*
+ rm -rf Godeps/_workspace/pkg/
+
run: install
mkdir -p web/static/js