diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2020-10-10 11:25:34 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2020-10-10 11:25:34 +0200 |
| commit | c42fec016dadb42d4b775e57b80753ccfe10aab9 (patch) | |
| tree | 39df3f3168e6da855294984457414102803a8302 /core | |
| parent | c1c9ef71461edd5887bf7e933a00050b0db2fdd3 (diff) | |
| download | vis-c42fec016dadb42d4b775e57b80753ccfe10aab9.tar.gz vis-c42fec016dadb42d4b775e57b80753ccfe10aab9.tar.xz | |
test: adapt source list in Makefiles
Diffstat (limited to 'core')
| -rw-r--r-- | core/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Makefile b/core/Makefile index ef0d8e2..2d4b8ee 100644 --- a/core/Makefile +++ b/core/Makefile @@ -14,7 +14,7 @@ config.h: @echo Generating ccan configuration header @${CC} ccan-config.c -o ccan-config && ./ccan-config > config.h -text-test: config.h text-test.c ../../text.c ../../text-util.c ../../text-motions.c ../../text-objects.c ../../text-regex.c ../../array.c +text-test: config.h text-test.c ../../text.c ../../text-common.c ../../text-io.c ../../text-iterator.c ../../text-util.c ../../text-motions.c ../../text-objects.c ../../text-regex.c ../../array.c @echo Compiling $@ binary @${CC} ${CFLAGS} ${CFLAGS_STD} ${CFLAGS_LIBC} ${CFLAGS_EXTRA} ${filter %.c, $^} ${SRC} ${LDFLAGS} -o $@ |
