summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index af5214388..0889dab31 100644
--- a/Makefile
+++ b/Makefile
@@ -185,8 +185,15 @@ run-client:
cd $(BUILD_WEBAPP_DIR) && $(MAKE) run
+run-client-fullmap:
+ @echo Running mattermost client for development with FULL SOURCE MAP
+
+ cd $(BUILD_WEBAPP_DIR) && $(MAKE) run-fullmap
+
run: run-server run-client
+run-fullmap: run-server run-client-fullmap
+
stop-server:
@echo Stopping mattermost