aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-05-28 19:36:52 +0000
committerbloodstalker <thabogre@gmail.com>2017-05-28 19:36:52 +0000
commita9cd40738c21a1b7ccc50e8870beb17c97176ca1 (patch)
treec589239a58fb506a67d459214d1b734ac17371a4
parentadded relics (diff)
downloadmutator-a9cd40738c21a1b7ccc50e8870beb17c97176ca1.tar.gz
mutator-a9cd40738c21a1b7ccc50e8870beb17c97176ca1.zip
make install now also adds reliquary which is only useful for dev purposes
-rw-r--r--makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/makefile b/makefile
index 1c10d0e..575d7de 100644
--- a/makefile
+++ b/makefile
@@ -67,6 +67,9 @@ install:
chmod +x ./extra-tools/ReportPrintPretty.sh
chmod +x ./extra-tools/precommitTests.sh
if [[ ! -d "./temp" ]]; then mkdir temp; fi
+ if [[ ! -d "./reliquary" ]]; then mkdir reliquary; fi
+ if [[ ! -d "./reliquary/m0" ]]; then mkdir ./reliquary/m0; fi
+ if [[ ! -d "./reliquary/bruiser" ]]; then mkdir ./reliquary/bruiser; fi
$(shell echo MUTATOR_HOME=$$(pwd) > ./daemon/mutator.config)
help: