diff options
author | van Hauser <vh@thc.org> | 2020-02-16 19:22:12 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-02-16 19:22:12 +0100 |
commit | e40415cf1605455cf671ddad7c3b2aac8ccdf3d7 (patch) | |
tree | 69487d268b0602fd1b99d4f8ba2d3c1d154313ae /gcc_plugin | |
parent | 204059c61aca2ccdde64fbb59dbf6d86fb243bb3 (diff) | |
download | afl++-e40415cf1605455cf671ddad7c3b2aac8ccdf3d7.tar.gz |
fix
Diffstat (limited to 'gcc_plugin')
-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 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 |