diff options
| author | van Hauser <vh@thc.org> | 2020-03-11 12:03:44 +0100 |
|---|---|---|
| committer | van Hauser <vh@thc.org> | 2020-03-11 12:03:44 +0100 |
| commit | 288432843bc4cc093a1ad75ff905560459a5a170 (patch) | |
| tree | 17c21be444af668cac0f782868e6e96644db7c74 /Makefile | |
| parent | 684f4dd1c44053517c6685a8a3137691535ecd84 (diff) | |
| download | afl++-288432843bc4cc093a1ad75ff905560459a5a170.tar.gz | |
updated README, ideas and a missing clean in Makefile
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 40c7cc57..dc491455 100644 --- a/Makefile +++ b/Makefile @@ -353,7 +353,7 @@ all_done: test_build .NOTPARALLEL: clean clean: - rm -f $(PROGS) libradamsa.so afl-fuzz-document 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 *.8 + rm -f $(PROGS) libradamsa.so afl-fuzz-document 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 ld *.so *.8 rm -rf out_dir qemu_mode/qemu-3.1.1 *.dSYM */*.dSYM -$(MAKE) -C llvm_mode clean -$(MAKE) -C gcc_plugin clean |
