aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 49dc8ac..07147e2 100644
--- a/Makefile
+++ b/Makefile
@@ -33,8 +33,10 @@ CFLAGS += -pedantic
RM = rm -rf
MKDIR = mkdir -p
-SRCS_NAME = c_unixize
+SRCS_NAME = c_lfiles
SRCS_NAME += c_opts
+SRCS_NAME += c_unixize
+SRCS_NAME += u_utils
SRCS = $(addprefix ${SRCS_DIR}, $(addsuffix .c, ${SRCS_NAME}))
INCS = $(addprefix ${SRCS_DIR}, $(addsuffix .h, ${SRCS_NAME}))