about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDominik Maier <domenukk@gmail.com>2020-04-18 22:31:21 +0200
committerDominik Maier <domenukk@gmail.com>2020-04-18 22:31:21 +0200
commitc1d9e00044732c4f51bd87c34308fdc8a7383ff2 (patch)
treedd9b1eb75b22177a7148205fe7eca6a551eaf5c3
parent0827a447d3f65b9dca4eba415d068800e6e75b7f (diff)
downloadafl++-c1d9e00044732c4f51bd87c34308fdc8a7383ff2.tar.gz
clean no longer deletes unicornafl folder
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 30c37478..c8af3e47 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -416,7 +416,7 @@ clean:
 	$(MAKE) -C qemu_mode/unsigaction clean
 	$(MAKE) -C qemu_mode/libcompcov clean
 	$(MAKE) -C src/third_party/libradamsa/ clean
-	-rm -rf unicorn_mode/unicornafl
+	$(MAKE) -C unicorn_mode/unicornafl clean
 
 distrib: all radamsa
 	-$(MAKE) -C llvm_mode