about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-12-28 19:04:05 +0100
committervan Hauser <vh@thc.org>2019-12-28 19:04:05 +0100
commit65b4141cd385da7ec9e55e2687fc3063b3046ecc (patch)
treea9a5c73afff8c3907a24859cd2a837153281795a
parent58c7a0f8fe1ae5a31a46ea215f678a3a27fc4537 (diff)
downloadafl++-65b4141cd385da7ec9e55e2687fc3063b3046ecc.tar.gz
make clean beautification
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1bfa3f77..d06b1462 100644
--- a/Makefile
+++ b/Makefile
@@ -325,7 +325,7 @@ clean:
 	$(MAKE) -C qemu_mode/unsigaction clean
 	$(MAKE) -C qemu_mode/libcompcov clean
 	$(MAKE) -C src/third_party/libradamsa/ clean
-	-$(MAKE) -C unicorn_mode/unicorn clean
+	-test -d unicorn_mode/unicorn && $(MAKE) -C unicorn_mode/unicorn clean
 
 distrib: all radamsa
 	-$(MAKE) -C llvm_mode