We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8354d7 commit 8ed6207Copy full SHA for 8ed6207
custom_mutators/honggfuzz/Makefile
@@ -7,6 +7,8 @@ honggfuzz.so: honggfuzz.c input.h mangle.c ../../src/afl-performance.c
7
$(CC) $(CFLAGS) -I../../include -I. -shared -o honggfuzz.so honggfuzz.c mangle.c ../../src/afl-performance.c
8
9
update:
10
+ @# seriously? --unlink is a dud option? sigh ...
11
+ rm -f mangle.c mangle.h honggfuzz.h
12
wget --unlink https://github.com/google/honggfuzz/raw/master/mangle.c
13
wget --unlink https://github.com/google/honggfuzz/raw/master/mangle.h
14
wget --unlink https://github.com/google/honggfuzz/raw/master/honggfuzz.h
0 commit comments