diff options
author | jozan <jozan@noemail.net> | 2020-11-05 20:16:00 +0000 |
---|---|---|
committer | jozan <jozan@noemail.net> | 2020-11-05 20:16:00 +0000 |
commit | 3c7eee6494a7452272ac1008f0d77c4230763549 (patch) | |
tree | 5225e0e56da6995c5f5ce96e2b94cb6aceb1cf63 /Makefile | |
parent | Now getting directory files (diff) | |
download | unixize-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-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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})) |