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 5f1e965..4430cde 100644
--- a/test/core/Makefile
+++ b/test/core/Makefile
@@ -28,7 +28,7 @@ map-test: config.h map-test.c ../../map.c
array-test: config.h array-test.c ../../array.c
@echo Compiling $@ binary
- @${CC} ${CFLAGS} ${CFLAGS_STD} ${CFLAGS_EXTRA} ${filter %.c, $^} ${SRC} ${LDFLAGS} -o $@
+ @${CC} ${CFLAGS} ${CFLAGS_STD} ${CFLAGS_EXTRA} array-test.c ${SRC} ${LDFLAGS} -o $@
debug: clean
$(MAKE) CFLAGS_EXTRA='${CFLAGS_EXTRA} ${CFLAGS_DEBUG}'