diff options
author | dhuth <derickhuth@gmail.com> | 2014-10-06 11:57:30 -0600 |
---|---|---|
committer | dhuth <derickhuth@gmail.com> | 2014-10-06 11:57:30 -0600 |
commit | e6cb1802d077a93041f624b869471209503765ea (patch) | |
tree | ea571eee6e16150bd5029b585fbd61ff1217ce65 | |
parent | e4b20015a4ee35f1279af4caa983478fa2ff0d4a (diff) | |
download | chill-e6cb1802d077a93041f624b869471209503765ea.tar.gz chill-e6cb1802d077a93041f624b869471209503765ea.tar.bz2 chill-e6cb1802d077a93041f624b869471209503765ea.zip |
Make file now uses local omega source
-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 = $(HOME)/omega +OMEGAHOME = ./omega ifdef TEST_COVERAGE CFLAGS := $(CFLAGS) -fprofile-arcs -ftest-coverage |