aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2016-05-07 15:24:46 +0200
committerMarc André Tanner <mat@brain-dump.org>2016-05-07 15:27:14 +0200
commit8d7f35be97b4d3c2508524032c5762b75f3a213b (patch)
tree32c40e0ea60cb0cf83943d9b0566b5f36a1b497d
parentb712b48d3cbf4d012ef8f2d809e9a8ddd7dd1198 (diff)
downloadvis-8d7f35be97b4d3c2508524032c5762b75f3a213b.tar.gz
vis-8d7f35be97b4d3c2508524032c5762b75f3a213b.tar.xz
test/core: update dependencies for text test case
-rw-r--r--core/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Makefile b/core/Makefile
index 468d260..cc5c5a5 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -13,7 +13,7 @@ config.h:
@echo Generating ccan configuration header
@${CC} ccan-config.c && ./a.out > config.h && rm -f a.out
-text: config.h text.c ../../text.c ../../text-util.c
+text: config.h text.c ../../text.c ../../text-util.c ../../text-motions.c ../../text-objects.c ../../text-regex.c
@echo Compiling $@ binary
@${CC} ${CFLAGS} ${CFLAGS_STD} ${filter %.c, $^} ${SRC} ${LDFLAGS} -o $@