aboutsummaryrefslogtreecommitdiff
path: root/fuzz
diff options
context:
space:
mode:
Diffstat (limited to 'fuzz')
-rw-r--r--fuzz/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/fuzz/Makefile b/fuzz/Makefile
index dd1c376..5be605d 100644
--- a/fuzz/Makefile
+++ b/fuzz/Makefile
@@ -4,7 +4,7 @@ ALL = text-fuzzer text-libfuzzer buffer-fuzzer
CC = afl-gcc
CFLAGS += -I. -I../.. -DBUFFER_SIZE=4 -DBLOCK_SIZE=4
-TEXT_SRC = ../../text.c ../../text-util.c ../../text-motions.c ../../text-objects.c ../../text-regex.c
+TEXT_SRC = ../../text.c ../../text-util.c ../../text-motions.c ../../text-objects.c ../../text-regex.c ../../array.c
test: $(ALL)