summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 131cef571..fdf3e4a68 100644
--- a/Makefile
+++ b/Makefile
@@ -309,6 +309,12 @@ run-server: prepare-enterprise start-docker
mkdir -p $(BUILD_WEBAPP_DIR)/dist/files
$(GO) run $(GOFLAGS) $(GO_LINKER_FLAGS) *.go &
+run-cli: prepare-enterprise start-docker
+ @echo Running mattermost for development
+ @echo Example should be like >'make ARGS="-version" run-cli'
+
+ $(GO) run $(GOFLAGS) $(GO_LINKER_FLAGS) *.go ${ARGS}
+
run-client:
@echo Running mattermost client for development