aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2022-03-29 22:18:15 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2022-03-29 22:18:15 +0200
commit4be5f62f0adc412c7eccccee59d03c00e5c4b5cf (patch)
treed3118e6fc8c60500b328e115ed5427900c21c2db /Makefile
parentNew file (diff)
downloadgo2work-4be5f62f0adc412c7eccccee59d03c00e5c4b5cf.tar.gz
go2work-4be5f62f0adc412c7eccccee59d03c00e5c4b5cf.tar.bz2
go2work-4be5f62f0adc412c7eccccee59d03c00e5c4b5cf.tar.xz
go2work-4be5f62f0adc412c7eccccee59d03c00e5c4b5cf.tar.zst
go2work-4be5f62f0adc412c7eccccee59d03c00e5c4b5cf.zip
Update
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 8579e10..228b9cc 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@
# ========================
#
# go2work: Makefile
-# Tue Mar 29 21:08:26 CEST 2022
+# Tue Mar 29 22:14:45 CEST 2022
# Joe
#
# GNU Makefile
@@ -27,7 +27,8 @@ TRGT_DIR = ./
SRCS_NAME = c_go2work
SRCS_NAME += c_player
-SRCS_NAME += c_prints
+SRCS_NAME += u_prints
+SRCS_NAME += u_utils
SRCS = $(addprefix ${SRCS_DIR}, $(addsuffix .go, ${SRCS_NAME}))
@@ -51,4 +52,5 @@ run:
# File prefixes info
# ------------------
-# c_ -> core program related
+# c_ -> core program
+# u_ -> utils related