mirror of
https://github.com/mattermost/mattermost.git
synced 2026-02-03 20:40:00 -05:00
Combines the following repositories into one: https://github.com/mattermost/mattermost-server https://github.com/mattermost/mattermost-webapp https://github.com/mattermost/focalboard https://github.com/mattermost/mattermost-plugin-playbooks
6 lines
272 B
Makefile
6 lines
272 B
Makefile
# Do not modify this file, if you want to configure your own environment copy
|
|
# this file in config.override.mk and modify that file, or defining environment
|
|
# variables using the same names found here.
|
|
|
|
# Run the client in the background
|
|
RUN_CLIENT_IN_BACKGROUND ?= true
|