i forgot the output in a file for grace, now it's ok :p

This commit is contained in:
asus
2024-01-24 10:28:36 +01:00
parent 777ccdb72b
commit 66af3c1b66
5 changed files with 25 additions and 8 deletions

View File

@@ -1,8 +1,6 @@
NAME = Colleen
SRCS = Colleen.c
CLONE = $(NAME)_kid.c
CREATE_CLONE = ./$(NAME) > $(CLONE)
include ../MakefileCommon