aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index cafe8a9..02ad2da 100644
--- a/makefile
+++ b/makefile
@@ -142,7 +142,7 @@ install:
chmod +x ./extra-tools/ReportPrintPretty.sh
chmod +x ./extra-tools/precommitTests.sh
if [[ ! -d "./temp" ]]; then mkdir temp; fi
- #@echo 'mutatir home variable not set.'
+ $(shell echo MUTATOR_HOME=$$(pwd) > mutator.config)
help:
@echo '- There is help.'