From 32d6139a25e4621da2dac10daee21bbe8c49f695 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Mon, 29 May 2017 20:11:00 +0430 Subject: added the reliquary dorectories --- makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/makefile b/makefile index 575d7de..d91b38f 100644 --- a/makefile +++ b/makefile @@ -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: -- cgit v1.2.3