aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2018-08-29 13:30:51 +0000
committerbloodstalker <thabogre@gmail.com>2018-08-29 13:30:51 +0000
commitccf6bf3f8e84dd016aad0b683518c18d40e411b1 (patch)
treed031f07d913943b967c1c494a223b9e69eaa3d68 /makefile
parentfixes #47. probably a good idea to just wipe and re-clone. also moved m0 to i... (diff)
downloadmutator-ccf6bf3f8e84dd016aad0b683518c18d40e411b1.tar.gz
mutator-ccf6bf3f8e84dd016aad0b683518c18d40e411b1.zip
some cosmetic changes and makefile fixes
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