aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9842d3f..15f22b5 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@
# ========================
#
# go2work: Makefile
-# Wed Mar 30 13:26:48 CEST 2022
+# Fri Apr 1 17:04:04 CEST 2022
# Joe
#
# GNU Makefile
@@ -28,6 +28,7 @@ TRGT_DIR = ./
SRCS_NAME = c_defs
SRCS_NAME += c_go2work
SRCS_NAME += c_player
+SRCS_NAME += p_options
SRCS_NAME += u_checks
SRCS_NAME += u_prints
SRCS_NAME += u_utils
@@ -55,4 +56,5 @@ run:
# File prefixes info
# ------------------
# c_ -> core program
-# u_ -> utils related
+# p_ -> parsing
+# u_ -> utils