aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-03-14 15:12:52 +0000
committerbloodstalker <thabogre@gmail.com>2017-03-14 15:12:52 +0000
commitf1612dca2e2ce0265842587d5da691a1ce128808 (patch)
tree637a7dcdf14a4999a6e0ebb8bb0b0e653d8bfb78 /makefile
parentminor change (diff)
downloadmutator-f1612dca2e2ce0265842587d5da691a1ce128808.tar.gz
mutator-f1612dca2e2ce0265842587d5da691a1ce128808.zip
now make install creates a config file for mutator
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.'