AfanasevGad7

This is a task for our favourite professor
git clone git://git.stellar-nexus.ru/AfanasevGad7
Log | Files | Refs | README

commit f0978031d8d9243564ae9338de7004c2edd89907
parent 025941c71cc428011b16e15d2cbd9a78eb09f753
Author: Plat <plat@stellar-nexus.ru>
Date:   Fri,  7 Nov 2025 08:56:32 +0000

Fixed Makefile

Diffstat:
MMakefile | 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}