aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/makefile b/makefile
index ece81c4..f6898ef 100644
--- a/makefile
+++ b/makefile
@@ -53,6 +53,10 @@ clean:
$(MAKE) -C obfuscator clean
$(MAKE) -C m0 clean
+deepclean: clean
+ $(MAKE) -C bruiser deepclean
+ $(MAKE) -C m0 deepclean
+
install:
chmod +x ./mutator.sh
chmod +x ./extra-tools/ReportPrintPretty.sh