commit f0978031d8d9243564ae9338de7004c2edd89907 parent 025941c71cc428011b16e15d2cbd9a78eb09f753 Author: Plat <plat@stellar-nexus.ru> Date: Fri, 7 Nov 2025 08:56:32 +0000 Fixed Makefile Diffstat:
| M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -1,7 +1,7 @@ include config.mk BIN = fib rb LIBS = ${wildcard libutil/*.c} -OBJS = ${BIN:%=%.o} ${LIBS:.c=.o} +OBJS = ${LIBS:.c=.o} all: ${BIN}