aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorjozan <jozan@noemail.net>2020-11-05 20:16:00 +0000
committerjozan <jozan@noemail.net>2020-11-05 20:16:00 +0000
commit3c7eee6494a7452272ac1008f0d77c4230763549 (patch)
tree5225e0e56da6995c5f5ce96e2b94cb6aceb1cf63 /Makefile
parentNow getting directory files (diff)
downloadunixize-3c7eee6494a7452272ac1008f0d77c4230763549.tar.gz
unixize-3c7eee6494a7452272ac1008f0d77c4230763549.tar.bz2
unixize-3c7eee6494a7452272ac1008f0d77c4230763549.tar.xz
unixize-3c7eee6494a7452272ac1008f0d77c4230763549.tar.zst
unixize-3c7eee6494a7452272ac1008f0d77c4230763549.zip
Reading in progress
FossilOrigin-Name: c8e2947b1c632acc386ad416322affb951f4542b866a4b252b4cc5b0f41ee831
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}))