diff options
| author | van Hauser <vh@thc.org> | 2020-01-02 08:39:29 +0100 |
|---|---|---|
| committer | van Hauser <vh@thc.org> | 2020-01-02 08:39:29 +0100 |
| commit | 3827b912c7090314bb011fe6c1ccfaf0d33fc678 (patch) | |
| tree | a7a3db2ade9f485e8a6941523eac52cab714c376 /llvm_mode | |
| parent | 345c1deb58d2b9249879cb020b9aac322781ba08 (diff) | |
| download | afl++-3827b912c7090314bb011fe6c1ccfaf0d33fc678.tar.gz | |
compile fixes
Diffstat (limited to 'llvm_mode')
| -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 0e3da147..5bb1aef2 100644 --- a/llvm_mode/Makefile +++ b/llvm_mode/Makefile @@ -261,5 +261,5 @@ vpath % .. ln -sf afl-clang-fast.8 ../afl-clang-fast++.8 clean: - rm -f *.o *.so *~ a.out core core.[1-9][0-9]* .test2 test-instr .test-instr0 .test-instr1 + rm -f *.o *.so *~ a.out core core.[1-9][0-9]* .test2 test-instr .test-instr0 .test-instr1 afl-llvm-pass.dwo rm -f $(PROGS) ../afl-clang-fast++ ../afl-clang-fast*.8 |
