From 3cd5ef65476daf64b0dc0b5369a7d88f9eff9033 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Fri, 1 Apr 2022 17:06:48 +0200 Subject: New file, still progressing --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3