Add basic daemonitor build framework and logging infrastructure
This commit is contained in:
parent
e2fc9d8088
commit
ff1f6fb734
11 changed files with 339 additions and 0 deletions
2
config
2
config
|
|
@ -32,3 +32,5 @@
|
|||
source "scripts/paths"
|
||||
|
||||
# Project-specific variables below.
|
||||
[ -z "${CC}" ] && CC="gcc"
|
||||
[ -z "${CFLAGS}" ] && CFLAGS="-g -O2 -W -Wall"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue