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