step by step explanation of grace

This commit is contained in:
asus
2024-01-25 13:55:17 +01:00
parent 66af3c1b66
commit 4c5afa27c4
6 changed files with 506 additions and 3 deletions

View File

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