Minor fixes * Sub-directory app

This commit is contained in:
Corentin 2021-06-19 01:39:06 +09:00
commit 06981cd027
2 changed files with 7 additions and 4 deletions

View file

@ -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)