7 lines
141 B
Makefile
7 lines
141 B
Makefile
NAME = Colleen
|
|
SRCS = Colleen.c
|
|
CLONES = $(NAME)_kid.c
|
|
CREATE_CLONE = ./$(NAME) > $(CLONES)
|
|
|
|
include ../MakefileCommon
|