From 8d7f35be97b4d3c2508524032c5762b75f3a213b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sat, 7 May 2016 15:24:46 +0200 Subject: test/core: update dependencies for text test case --- core/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $@ -- cgit v1.2.3