mirror of
https://github.com/mattermost/mattermost.git
synced 2026-04-13 04:57:45 -04:00
7 lines
272 B
Makefile
7 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
|