summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordhuth <derickhuth@gmail.com>2014-10-09 11:40:37 -0600
committerdhuth <derickhuth@gmail.com>2014-10-09 11:40:37 -0600
commitc41fd9cb5f47695077165fb769e1754f7886517e (patch)
treea8425dba2af72a5d50e9d936b5082430a98be592 /Makefile
parent8c646f24570079eac53e58fcf42d0d4fbc437ee3 (diff)
downloadchill-c41fd9cb5f47695077165fb769e1754f7886517e.tar.gz
chill-c41fd9cb5f47695077165fb769e1754f7886517e.tar.bz2
chill-c41fd9cb5f47695077165fb769e1754f7886517e.zip
Small changes to Makefile and test-chill
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 14fe22c..5b091df 100644
--- a/Makefile
+++ b/Makefile
@@ -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