diff options
author | vanhauser-thc <vh@thc.org> | 2022-03-17 14:35:15 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2022-03-17 14:35:15 +0100 |
commit | e4f201707fdfbf9a36b6a48c16f75b0fef2c9e75 (patch) | |
tree | 3d2622f4eabd0dc5abb0748d190722441df3fb47 /GNUmakefile | |
parent | 59eaed2f70cd495092d747fd872d429e14f4d6a9 (diff) | |
download | afl++-e4f201707fdfbf9a36b6a48c16f75b0fef2c9e75.tar.gz |
make LTO pass work too plus some fixes
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 6392fceb..48dc6ddf 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -570,7 +570,7 @@ all_done: test_build .PHONY: clean clean: - rm -rf $(PROGS) 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 afl-cs-proxy afl-qemu-trace afl-gcc-fast afl-g++-fast ld *.so *.8 test/unittests/*.o test/unittests/unit_maybe_alloc test/unittests/preallocable .afl-* afl-gcc afl-g++ afl-clang afl-clang++ test/unittests/unit_hash test/unittests/unit_rand *.dSYM + rm -rf $(PROGS) 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 afl-cs-proxy afl-qemu-trace afl-gcc-fast afl-g++-fast ld *.so *.8 test/unittests/*.o test/unittests/unit_maybe_alloc test/unittests/preallocable .afl-* afl-gcc afl-g++ afl-clang afl-clang++ test/unittests/unit_hash test/unittests/unit_rand *.dSYM lib*.a -$(MAKE) -f GNUmakefile.llvm clean -$(MAKE) -f GNUmakefile.gcc_plugin clean -$(MAKE) -C utils/libdislocator clean |