summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-07-21 15:46:12 -0800
committerCorey Hulen <corey@hulen.com>2015-07-21 15:46:12 -0800
commit269185fb0e252e8105d5f143ca104a069ec10c47 (patch)
tree37eb1f616abcd5a923d8c730b9f7a6d1b5b56f2d /Makefile
parent06bac01e882a7b05519d0e39bccafacd0c27c602 (diff)
parent237920e314f3974880d9913aff69faafbe094107 (diff)
downloadchat-269185fb0e252e8105d5f143ca104a069ec10c47.tar.gz
chat-269185fb0e252e8105d5f143ca104a069ec10c47.tar.bz2
chat-269185fb0e252e8105d5f143ca104a069ec10c47.zip
Merge pull request #205 from mattermost/mm-1351
fixes mm-1351 adds local server storage
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 589521c37..8793ba98a 100644
--- a/Makefile
+++ b/Makefile
@@ -112,6 +112,8 @@ clean:
rm -f web/static/js/bundle*.js
rm -f web/static/css/styles.css
+ rm -rf data/*
+ rm -rf api/data/*
rm -rf logs/*