diff options
author | bloodstalker <thabogre@gmail.com> | 2017-05-29 15:41:00 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-05-29 15:41:00 +0000 |
commit | 32d6139a25e4621da2dac10daee21bbe8c49f695 (patch) | |
tree | 8f517ce876a7903b3f704dbe0ffffa98617b231e /makefile | |
parent | changed (diff) | |
download | mutator-32d6139a25e4621da2dac10daee21bbe8c49f695.tar.gz mutator-32d6139a25e4621da2dac10daee21bbe8c49f695.zip |
added the reliquary dorectories
Diffstat (limited to '')
-rw-r--r-- | makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -70,6 +70,7 @@ install: 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 + if [[ ! -d "./reliquary/safercpp" ]]; then mkdir ./reliquary/safercpp; fi $(shell echo MUTATOR_HOME=$$(pwd) > ./daemon/mutator.config) help: |