diff options
author | hexcoder <hexcoder-@users.noreply.github.com> | 2022-06-14 14:52:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-14 14:52:48 +0200 |
commit | 5b471986b834a1aa0c58701f4acf4d58d3951605 (patch) | |
tree | 784eed5bfcfcb3450c899f214be62a31aff5a417 /custom_mutators | |
parent | da1b0410984c244881d818239372ba7ac07e36c3 (diff) | |
download | afl++-5b471986b834a1aa0c58701f4acf4d58d3951605.tar.gz |
add line feed at end
Diffstat (limited to 'custom_mutators')
-rw-r--r-- | custom_mutators/gramatron/testMakefile.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/custom_mutators/gramatron/testMakefile.mk b/custom_mutators/gramatron/testMakefile.mk index 0b2c6236..ff19826b 100644 --- a/custom_mutators/gramatron/testMakefile.mk +++ b/custom_mutators/gramatron/testMakefile.mk @@ -1,2 +1,3 @@ test: test.c - gcc -g -fPIC -Wno-unused-result -Wl,--allow-multiple-definition -I../../include -o test -I. -I/prg/dev/include test.c gramfuzz-helpers.c gramfuzz-mutators.c gramfuzz-util.c hashmap.c ../../src/afl-performance.o json-c/.libs/libjson-c.a \ No newline at end of file + gcc -g -fPIC -Wno-unused-result -Wl,--allow-multiple-definition -I../../include -o test -I. -I/prg/dev/include test.c gramfuzz-helpers.c gramfuzz-mutators.c gramfuzz-util.c hashmap.c ../../src/afl-performance.o json-c/.libs/libjson-c.a + |