aboutsummaryrefslogtreecommitdiff
path: root/test/core/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/Makefile')
-rw-r--r--test/core/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/Makefile b/test/core/Makefile
index 19991de..b0284b8 100644
--- a/test/core/Makefile
+++ b/test/core/Makefile
@@ -20,7 +20,7 @@ text-test: config.h text-test.c ../../text.c ../../text-common.c ../../text-io.c
buffer-test: config.h buffer-test.c ../../buffer.c
@echo Compiling $@ binary
- @${CC} ${CFLAGS} ${CFLAGS_STD} ${CFLAGS_LIBC} ${CFLAGS_EXTRA} ${filter %.c, $^} ${SRC} ${LDFLAGS} -o $@
+ @${CC} ${CFLAGS} ${CFLAGS_STD} ${CFLAGS_LIBC} ${CFLAGS_EXTRA} buffer-test.c ${SRC} ${LDFLAGS} -o $@
map-test: config.h map-test.c ../../map.c
@echo Compiling $@ binary