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
|