Files
42_EXT_01_dr_quine/1_Colleen/Makefile

7 lines
140 B
Makefile

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