aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorjozan <jozan@noemail.net>2020-11-02 23:32:11 +0000
committerjozan <jozan@noemail.net>2020-11-02 23:32:11 +0000
commit72a390eadb1fc670132c4d6324b45a7b8266ce79 (patch)
treec56cd1d88dea8a277afbb853029b7151c0f6070f /Makefile
parentMakefile now working (diff)
downloadunixize-72a390eadb1fc670132c4d6324b45a7b8266ce79.tar.gz
unixize-72a390eadb1fc670132c4d6324b45a7b8266ce79.tar.bz2
unixize-72a390eadb1fc670132c4d6324b45a7b8266ce79.tar.xz
unixize-72a390eadb1fc670132c4d6324b45a7b8266ce79.tar.zst
unixize-72a390eadb1fc670132c4d6324b45a7b8266ce79.zip
Learning getopt(3)
FossilOrigin-Name: 6eb65942ab3572141b56e2f5cf0e1487c7d0745c3dff9545c8219b1027769f29
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4d851a7..a27e1b0 100644
--- a/Makefile
+++ b/Makefile
@@ -34,6 +34,7 @@ RM = rm -rf
MKDIR = mkdir -p
SRCS_NAME = c_unixize
+SRCS_NAME += c_opts
SRCS = $(addprefix ${SRCS_DIR}, $(addsuffix .c, ${SRCS_NAME}))
INCS = $(addprefix ${SRCS_DIR}, $(addsuffix .h, ${SRCS_NAME}))