WIP
This commit is contained in:
parent
d42f63388e
commit
caffec76a4
14 changed files with 231 additions and 12 deletions
1
config
1
config
|
|
@ -32,4 +32,5 @@ source "scripts/paths"
|
|||
|
||||
# Project-specific variables below.
|
||||
[ -z "${CC}" ] && CC="gcc"
|
||||
[ -z "${CXX}" ] && CXX="g++"
|
||||
[ -z "${CFLAGS}" ] && CFLAGS="-g -O2 -W -Wall"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue