diff options
author | bloodstalker <thabogre@gmail.com> | 2017-05-28 19:36:52 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-05-28 19:36:52 +0000 |
commit | a9cd40738c21a1b7ccc50e8870beb17c97176ca1 (patch) | |
tree | c589239a58fb506a67d459214d1b734ac17371a4 /makefile | |
parent | added relics (diff) | |
download | mutator-a9cd40738c21a1b7ccc50e8870beb17c97176ca1.tar.gz mutator-a9cd40738c21a1b7ccc50e8870beb17c97176ca1.zip |
make install now also adds reliquary which is only useful for dev purposes
Diffstat (limited to '')
-rw-r--r-- | makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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: |