diff options
author | van Hauser <vh@thc.org> | 2019-12-31 12:52:10 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2019-12-31 12:52:10 +0100 |
commit | 842cd9dec3c4c83d660d96dcdb3f5cf0c6e6f4fb (patch) | |
tree | a6e5e225b4644f80c003c1eaadeaf8c0d4edd129 /Makefile | |
parent | 4b4effe3437cd1ebe6486c3e0fa591011bc3496e (diff) | |
download | afl++-2.60c.tar.gz |
final touches before 2.60 2.60c
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 36f6d4c5..f287a3a0 100644 --- a/Makefile +++ b/Makefile @@ -326,7 +326,6 @@ clean: $(MAKE) -C qemu_mode/unsigaction clean $(MAKE) -C qemu_mode/libcompcov clean $(MAKE) -C src/third_party/libradamsa/ clean - -test -e unicorn_mode/unicorn/Makefile && $(MAKE) -C unicorn_mode/unicorn clean -rm -rf unicorn_mode/unicorn distrib: all radamsa |