From c128b281d860a7d2237c99994713f786e729bb2e Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Sun, 11 Feb 2024 22:22:17 +0100 Subject: [PATCH] add config and util to lib --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0dcb3dd..92aa9b2 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ LDFLAGS = NAME = modfetch PROG = modfetch.c -LIB = semver.c +LIB = config.c semver.c util.c OBJ = $(PROG:.c=.o) $(LIB:.c=.o) BIN = target TEMPMOD = $(wildcard modules/*.c)