From 5b471986b834a1aa0c58701f4acf4d58d3951605 Mon Sep 17 00:00:00 2001 From: hexcoder Date: Tue, 14 Jun 2022 14:52:48 +0200 Subject: [PATCH] add line feed at end --- custom_mutators/gramatron/testMakefile.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +