From 3f23f40a56faf5750320a7663196458d1248a9ad Mon Sep 17 00:00:00 2001 From: van Hauser Date: Mon, 30 Dec 2019 13:26:39 +0100 Subject: makefile clean fix --- gcc_plugin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc_plugin') 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 -- cgit 1.4.1