summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordhuth <derickhuth@gmail.com>2014-10-06 11:57:30 -0600
committerdhuth <derickhuth@gmail.com>2014-10-06 11:57:30 -0600
commite6cb1802d077a93041f624b869471209503765ea (patch)
treeea571eee6e16150bd5029b585fbd61ff1217ce65 /Makefile
parente4b20015a4ee35f1279af4caa983478fa2ff0d4a (diff)
downloadchill-e6cb1802d077a93041f624b869471209503765ea.tar.gz
chill-e6cb1802d077a93041f624b869471209503765ea.tar.bz2
chill-e6cb1802d077a93041f624b869471209503765ea.zip
Make file now uses local omega source
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3285f8c..14fe22c 100644
--- a/Makefile
+++ b/Makefile
@@ -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