diff options
author | user1 <user1@ubuntu> | 2017-04-04 04:41:17 +0000 |
---|---|---|
committer | user1 <user1@ubuntu> | 2017-04-04 04:41:17 +0000 |
commit | 30427d6c8d406dfe6d1abaa98f05cf0e667035b0 (patch) | |
tree | b41c4ae3238a05093917cc5517a643b993b787c0 /makefile | |
parent | these are a version of testFunc1.c/h translated to SaferCPlusPlus for (diff) | |
parent | added pointer declrefexpr tagging for safercpp (diff) | |
download | mutator-30427d6c8d406dfe6d1abaa98f05cf0e667035b0.tar.gz mutator-30427d6c8d406dfe6d1abaa98f05cf0e667035b0.zip |
Merge branch 'master' of https://github.com/bloodstalker/mutator.git
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.' |