From 65b4141cd385da7ec9e55e2687fc3063b3046ecc Mon Sep 17 00:00:00 2001 From: van Hauser Date: Sat, 28 Dec 2019 19:04:05 +0100 Subject: make clean beautification --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.4.1