Files
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