From 6126cb3f4173ae8e440b35e02e166a5c86378db0 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Thu, 19 Nov 2020 19:40:03 +0000 Subject: In progress FossilOrigin-Name: 0e3af2b7fdaa117d45dd21f15813cadbb0a59c81 --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3