Files
42_EXT_01_dr_quine/C/1_Colleen/Makefile
2024-01-26 12:30:38 +01:00

7 lines
141 B
Makefile

NAME = Colleen
SRCS = Colleen.c
CLONES = $(NAME)_kid.c
CREATE_CLONE = ./$(NAME) > $(CLONES)
include ../MakefileCommon