From e40415cf1605455cf671ddad7c3b2aac8ccdf3d7 Mon Sep 17 00:00:00 2001 From: van Hauser Date: Sun, 16 Feb 2020 19:22:12 +0100 Subject: 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 4dcec72f..1ee18b82 100644 --- a/gcc_plugin/Makefile +++ b/gcc_plugin/Makefile @@ -132,4 +132,4 @@ vpath % .. clean: 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 + rm -f $(PROGS) afl-common.o ../afl-g++-fast ../afl-g*-fast.8 -- cgit 1.4.1