diff options
author | van Hauser <vh@thc.org> | 2020-03-20 09:06:54 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-03-20 09:06:54 +0100 |
commit | 60d66ebc0d87f92b03d90f62be139e4e0ef35eff (patch) | |
tree | 155cd2551bae6ae579b0dc6da245740c7a5c2725 | |
parent | 29853549c3c12b4ebd4c2af4f0d728a13f30a727 (diff) | |
download | afl++-60d66ebc0d87f92b03d90f62be139e4e0ef35eff.tar.gz |
clean was missing ld symlink
-rw-r--r-- | llvm_mode/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm_mode/Makefile b/llvm_mode/Makefile index 4f0f9dca..0dd4f0b5 100644 --- a/llvm_mode/Makefile +++ b/llvm_mode/Makefile @@ -372,4 +372,4 @@ endif clean: rm -f *.o *.so *~ a.out core core.[1-9][0-9]* .test2 test-instr .test-instr0 .test-instr1 *.dwo - rm -f $(PROGS) afl-common.o ../afl-clang-fast++ ../afl-clang-lto ../afl-clang-lto++ ../afl-clang*.8 + rm -f $(PROGS) afl-common.o ../afl-clang-fast++ ../afl-clang-lto ../afl-clang-lto++ ../afl-clang*.8 ../ld |