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)