diff --git a/Makefile b/Makefile index c1b6b0b..ad81ef4 100644 --- a/Makefile +++ b/Makefile @@ -12,9 +12,9 @@ LDFLAGS = NAME = modfetch SRC = src -_PROG = modfetch.c +_PROG = modfetch.c config.c util.c PROG = $(addprefix $(SRC)/, $(_PROG)) -_LIB = config.c semver.c util.c +_LIB = semver.c LIB = $(addprefix $(SRC)/, $(_LIB)) OBJ = $(_PROG:.c=.o) $(_LIB:.c=.o) BIN = target