add config and util to lib
This commit is contained in:
parent
8bfacabcd0
commit
c128b281d8
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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)
|
||||
|
|
Loading…
Reference in a new issue