aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authoruser1 <user1@ubuntu>2017-04-04 04:41:17 +0000
committeruser1 <user1@ubuntu>2017-04-04 04:41:17 +0000
commit30427d6c8d406dfe6d1abaa98f05cf0e667035b0 (patch)
treeb41c4ae3238a05093917cc5517a643b993b787c0 /makefile
parentthese are a version of testFunc1.c/h translated to SaferCPlusPlus for (diff)
parentadded pointer declrefexpr tagging for safercpp (diff)
downloadmutator-30427d6c8d406dfe6d1abaa98f05cf0e667035b0.tar.gz
mutator-30427d6c8d406dfe6d1abaa98f05cf0e667035b0.zip
Merge branch 'master' of https://github.com/bloodstalker/mutator.git
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index c938515..d73a6b5 100644
--- a/makefile
+++ b/makefile
@@ -62,7 +62,7 @@ install:
chmod +x ./extra-tools/ReportPrintPretty.sh
chmod +x ./extra-tools/precommitTests.sh
if [[ ! -d "./temp" ]]; then mkdir temp; fi
- $(shell echo MUTATOR_HOME=$$(pwd) > mutator.config)
+ $(shell echo MUTATOR_HOME=$$(pwd) > ./daemon/mutator.config)
help:
@echo '- There is help.'