aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-04-01 10:57:08 +0000
committerbloodstalker <thabogre@gmail.com>2017-04-01 10:57:08 +0000
commit74f0fd12cc69b32ad022b5714ffa40a52cfa2405 (patch)
tree2d68fde49411ac213fa59f19a277181a50e67c23
parentadded checks for getAsPlaceholderType() returning null (diff)
downloadmutator-74f0fd12cc69b32ad022b5714ffa40a52cfa2405.tar.gz
mutator-74f0fd12cc69b32ad022b5714ffa40a52cfa2405.zip
th elocation fo the config file has been changed when you run make install
-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.'