diff options
author | van Hauser <vh@thc.org> | 2019-12-30 13:26:39 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2019-12-30 13:26:39 +0100 |
commit | 3f23f40a56faf5750320a7663196458d1248a9ad (patch) | |
tree | b58feb3c84184b1c638717f647f79a452eb5eda0 | |
parent | cd2cae720bb5f5bac6cb8de9357cea427c9ae384 (diff) | |
download | afl++-3f23f40a56faf5750320a7663196458d1248a9ad.tar.gz |
makefile clean fix
-rw-r--r-- | gcc_plugin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc_plugin/Makefile b/gcc_plugin/Makefile index c7d9796b..07e679bc 100644 --- a/gcc_plugin/Makefile +++ b/gcc_plugin/Makefile @@ -126,5 +126,5 @@ vpath % .. ln -sf afl-gcc-fast.8 ../afl-g++-fast.8 clean: - rm -f *.o *.so *~ a.out core core.[1-9][0-9]* test-instr .test-instr0 .test-instr1 + rm -f *.o *.so *~ a.out core core.[1-9][0-9]* test-instr .test-instr0 .test-instr1 .test2 rm -f $(PROGS) ../afl-g++-fast ../afl-g*-fast.8 |