diff options
-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 + |