aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <JozanLeClerc@noemail.net>2020-11-19 19:40:03 +0000
committerJozanLeClerc <JozanLeClerc@noemail.net>2020-11-19 19:40:03 +0000
commit6126cb3f4173ae8e440b35e02e166a5c86378db0 (patch)
tree61d2c6def8a4e7e34236fe18e804e728e2cdea3a /Makefile
parentPretty cool (diff)
downloadbsdsetsid-6126cb3f4173ae8e440b35e02e166a5c86378db0.tar.gz
bsdsetsid-6126cb3f4173ae8e440b35e02e166a5c86378db0.tar.bz2
bsdsetsid-6126cb3f4173ae8e440b35e02e166a5c86378db0.tar.xz
bsdsetsid-6126cb3f4173ae8e440b35e02e166a5c86378db0.tar.zst
bsdsetsid-6126cb3f4173ae8e440b35e02e166a5c86378db0.zip
In progress
FossilOrigin-Name: 0e3af2b7fdaa117d45dd21f15813cadbb0a59c81
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bbd0931..67a99cc 100644
--- a/Makefile
+++ b/Makefile
@@ -23,6 +23,7 @@ PREFIX := /usr/local/
DESTDIR :=
SRCS := ${SRCS_DIR}c_bsdsetsid.S
+SRCS += ${SRCS_DIR}u_print.S
SRCS += ${SRCS_DIR}u_strlen.S
OBJS = ${SRCS:.S=.o}
@@ -75,3 +76,9 @@ clean:
${RM} ${OBJS} ${NAME}
.PHONY: all clean
+
+
+# Files prefixes index
+# --------------------
+# c_ -> core program related
+# u_ -> utils related