grace ok i think

This commit is contained in:
asus
2024-01-23 16:38:28 +01:00
parent f8e9a9b8b7
commit 645db56df7
2 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
NAME = Grace
SRCS = Grace.c
CLONE = $(NAME)_kid.c
CREATE_CLONE = ./$(NAME) > $(CLONE)
CREATE_CLONE = ./$(NAME)
include ../MakefileCommon