aboutsummaryrefslogtreecommitdiff
path: root/custom_mutators
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-07-08 21:13:36 +0200
committervanhauser-thc <vh@thc.org>2021-07-08 21:13:36 +0200
commitfd4acc935efe78a340395ca386b856930f7e6b22 (patch)
tree430c5d430353e3d905805098a93785616fd958e6 /custom_mutators
parent19b01d763ac11ea865589fc73cbbb1806f0f5f2a (diff)
downloadAFLplusplus-fd4acc935efe78a340395ca386b856930f7e6b22.tar.gz
fix compile
Diffstat (limited to 'custom_mutators')
-rw-r--r--custom_mutators/grammatron/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/custom_mutators/grammatron/Makefile b/custom_mutators/grammatron/Makefile
index c368295e..892b5c78 100644
--- a/custom_mutators/grammatron/Makefile
+++ b/custom_mutators/grammatron/Makefile
@@ -1,7 +1,7 @@
all: gramatron.so
gramatron.so: gramfuzz.c gramfuzz.h gramfuzz-helpers.c gramfuzz-mutators.c gramfuzz-util.c hashmap.c hashmap.h test.c test.h utarray.h uthash.h
- $(CC) -O3 -g -fPIC -Wl,--allow-multiple-definition -o gramatron.so -shared -I. -I/prg/dev/include gramfuzz.c gramfuzz-helpers.c gramfuzz-mutators.c gramfuzz-util.c hashmap.c test.c
+ $(CC) -O3 -g -fPIC -Wl,--allow-multiple-definition -I../../include -o gramatron.so -shared -I. -I/prg/dev/include gramfuzz.c gramfuzz-helpers.c gramfuzz-mutators.c gramfuzz-util.c hashmap.c test.c
clean:
rm -f gramatron.so