diff options
| -rw-r--r-- | core/Makefile | 2 |
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 $@ |
