This commit is contained in:
Laurence Withers 2014-07-10 09:30:42 +00:00
commit caffec76a4
14 changed files with 231 additions and 12 deletions

1
config
View file

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