summaryrefslogtreecommitdiffstats
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 b141b2ae8..8da00f0c3 100644
--- a/Makefile
+++ b/Makefile
@@ -443,7 +443,7 @@ clean: stop-docker
cd $(BUILD_WEBAPP_DIR) && $(MAKE) clean
- rm -rf api/data
+ find . -type d -name data | xargs rm -r
rm -rf logs
rm -f mattermost.log