Files
42_EXT_01_dr_quine/1_Colleen/Makefile
2024-01-23 16:14:28 +01:00

9 lines
142 B
Makefile

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