new file structure according to subject
This commit is contained in:
6
C/1_Colleen/Makefile
Normal file
6
C/1_Colleen/Makefile
Normal file
@@ -0,0 +1,6 @@
|
||||
NAME = Colleen
|
||||
SRCS = Colleen.c
|
||||
CLONES = $(NAME)_kid.c
|
||||
CREATE_CLONE = ./$(NAME) > $(CLONES)
|
||||
|
||||
include ../MakefileCommon
|
||||
Reference in New Issue
Block a user