diff options
author | bloodstalker <thabogre@gmail.com> | 2017-04-01 10:57:08 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-04-01 10:57:08 +0000 |
commit | 74f0fd12cc69b32ad022b5714ffa40a52cfa2405 (patch) | |
tree | 2d68fde49411ac213fa59f19a277181a50e67c23 /makefile | |
parent | added checks for getAsPlaceholderType() returning null (diff) | |
download | mutator-74f0fd12cc69b32ad022b5714ffa40a52cfa2405.tar.gz mutator-74f0fd12cc69b32ad022b5714ffa40a52cfa2405.zip |
th elocation fo the config file has been changed when you run make install
Diffstat (limited to '')
-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.' |