diff options
author | hexcoder- <heiko@hexco.de> | 2019-10-05 15:12:35 +0200 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2019-10-05 15:12:35 +0200 |
commit | 9e91b15b7426ca6477569a5a1128127bc461ba03 (patch) | |
tree | d54fe44ff47e3c884affd7650722081db9fbe017 | |
parent | b5c2646360a58baf00dcb1788833aa0b5a9117ce (diff) | |
download | afl++-9e91b15b7426ca6477569a5a1128127bc461ba03.tar.gz |
On Mac OS X clean up dSYM directories created by the compiler
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 802e7bc8..4c8cf402 100644 --- a/Makefile +++ b/Makefile @@ -250,7 +250,7 @@ all_done: test_build clean: rm -f $(PROGS) afl-as as afl-g++ afl-clang afl-clang++ *.o src/*.o *~ a.out core core.[1-9][0-9]* *.stackdump .test .test1 .test2 test-instr .test-instr0 .test-instr1 qemu_mode/qemu-3.1.1.tar.xz afl-qemu-trace afl-gcc-fast afl-gcc-pass.so afl-gcc-rt.o afl-g++-fast *.so unicorn_mode/24f55a7973278f20f0de21b904851d99d4716263.tar.gz *.8 - rm -rf out_dir qemu_mode/qemu-3.1.1 unicorn_mode/unicorn + rm -rf out_dir qemu_mode/qemu-3.1.1 unicorn_mode/unicorn *.dSYM */*.dSYM -$(MAKE) -C llvm_mode clean $(MAKE) -C libdislocator clean $(MAKE) -C libtokencap clean |