From 862c33fe0814ab7756aabcf55aa77fa9c3bd6ef2 Mon Sep 17 00:00:00 2001 From: Randy Palamar Date: Fri, 28 Feb 2025 08:20:22 -0700 Subject: buffer: remove more unused exposed functions NOTE: buffer-test.c now directly includes buffer.c so that it can continue to test functions which are defined as static/internal to buffer.c --- test/core/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/core/Makefile') 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 -- cgit v1.2.3