aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2022-04-01 17:06:48 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2022-04-01 17:06:48 +0200
commit3cd5ef65476daf64b0dc0b5369a7d88f9eff9033 (patch)
treed47bac65098a091cf9cb05fa20e83cc945622871 /Makefile
parentIn progress (diff)
downloadgo2work-3cd5ef65476daf64b0dc0b5369a7d88f9eff9033.tar.gz
go2work-3cd5ef65476daf64b0dc0b5369a7d88f9eff9033.tar.bz2
go2work-3cd5ef65476daf64b0dc0b5369a7d88f9eff9033.tar.xz
go2work-3cd5ef65476daf64b0dc0b5369a7d88f9eff9033.tar.zst
go2work-3cd5ef65476daf64b0dc0b5369a7d88f9eff9033.zip
New file, still progressing
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