From 2c5f128b12b41b60a811f1c65d39c91726384455 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Sun, 29 Jan 2017 19:50:00 +0330 Subject: now make install creates a temp directory to use with the auto-refac option on mutator.sh --- makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/makefile b/makefile index 95840c2..3a34ad1 100644 --- a/makefile +++ b/makefile @@ -109,6 +109,7 @@ clean: install: chmod +x ./mutator.sh chmod +x ./extra-tools/ReportPrintPretty.sh + if [[ ! -d "./temp" ]]; then mkdir temp; fi help: @echo '- There is help.' -- cgit v1.2.3