diff options
author | van Hauser <vh@thc.org> | 2019-12-28 19:04:05 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2019-12-28 19:04:05 +0100 |
commit | 65b4141cd385da7ec9e55e2687fc3063b3046ecc (patch) | |
tree | a9a5c73afff8c3907a24859cd2a837153281795a | |
parent | 58c7a0f8fe1ae5a31a46ea215f678a3a27fc4537 (diff) | |
download | afl++-65b4141cd385da7ec9e55e2687fc3063b3046ecc.tar.gz |
make clean beautification
-rw-r--r-- | Makefile | 2 |
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 |