From 26859306a2affd060fb4ebebed7525a5d88e967c Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Sun, 11 Feb 2018 23:59:49 +0330 Subject: 2 major bug fixed for bruiser, a lot of little improvements and bug fixed here and there --- makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'makefile') diff --git a/makefile b/makefile index 4fff682..6449da3 100644 --- a/makefile +++ b/makefile @@ -85,6 +85,7 @@ install: 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 + if [[ ! -d "./reliquary/obfuscator" ]]; then mkdir ./reliquary/obfuscator; fi $(shell echo MUTATOR_HOME=$$(pwd) > ./daemon/mutator.config) help: -- cgit v1.2.3