new file structure according to subject

This commit is contained in:
asus
2024-01-26 12:30:38 +01:00
parent 78959d77cd
commit 318cff516b
11 changed files with 13 additions and 9 deletions

6
C/1_Colleen/Makefile Normal file
View File

@@ -0,0 +1,6 @@
NAME = Colleen
SRCS = Colleen.c
CLONES = $(NAME)_kid.c
CREATE_CLONE = ./$(NAME) > $(CLONES)
include ../MakefileCommon