diff options
author | dhuth <derickhuth@gmail.com> | 2014-11-01 14:40:33 -0600 |
---|---|---|
committer | dhuth <derickhuth@gmail.com> | 2014-11-01 14:40:33 -0600 |
commit | 3fc04b3f6aa8e1332de28b2c8cb2e1289ebe4b50 (patch) | |
tree | 88e3c283c3f89513a69b8367ed0fab8027bcf791 /Makefile | |
parent | 6f09c776ab009ca7bb3af4ad3ef37939b8561b1c (diff) | |
download | chill-3fc04b3f6aa8e1332de28b2c8cb2e1289ebe4b50.tar.gz chill-3fc04b3f6aa8e1332de28b2c8cb2e1289ebe4b50.tar.bz2 chill-3fc04b3f6aa8e1332de28b2c8cb2e1289ebe4b50.zip |
Makefile all
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ CC = g++ CFLAGS = -g -Wno-write-strings DEPENDENCE_CFLAGS = -M -#OMEGAHOME ?= ./omega +OMEGAHOME=./omega ifdef TEST_COVERAGE CFLAGS := $(CFLAGS) -fprofile-arcs -ftest-coverage |