aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-01-29 16:20:00 +0000
committerbloodstalker <thabogre@gmail.com>2017-01-29 16:20:00 +0000
commit2c5f128b12b41b60a811f1c65d39c91726384455 (patch)
tree24b81c33fce81c69f403234c75d22f5595ae7a14 /makefile
parentupdated with the link to mutator's first website (diff)
downloadmutator-2c5f128b12b41b60a811f1c65d39c91726384455.tar.gz
mutator-2c5f128b12b41b60a811f1c65d39c91726384455.zip
now make install creates a temp directory to use with the auto-refac option on mutator.sh
Diffstat (limited to 'makefile')
-rw-r--r--makefile1
1 files changed, 1 insertions, 0 deletions
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.'