aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
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.'