Minor fixes * Sub-directory app
This commit is contained in:
parent
2888dc4e8e
commit
06981cd027
2 changed files with 7 additions and 4 deletions
1
make.py
1
make.py
|
|
@ -9,6 +9,7 @@ from umake import make
|
|||
class Config:
|
||||
CC = 'g++' # Compiler to call
|
||||
APPS = ['app_name'] # Output binaries (need to be found as .cpp directly in SOURCE_DIR)
|
||||
IGNORE_APPS = []
|
||||
JOB_COUNT = int(os.cpu_count() * 0.8) # Concurent jobs (multi-processing)
|
||||
|
||||
BIN_DIR = 'bin' # Output directory (binaries)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue