From f1612dca2e2ce0265842587d5da691a1ce128808 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Tue, 14 Mar 2017 18:42:52 +0330 Subject: now make install creates a config file for mutator --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') 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.' -- cgit v1.2.3