diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-01 17:06:48 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-01 17:06:48 +0200 |
commit | 3cd5ef65476daf64b0dc0b5369a7d88f9eff9033 (patch) | |
tree | d47bac65098a091cf9cb05fa20e83cc945622871 /Makefile | |
parent | In progress (diff) | |
download | go2work-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-- | Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |