wip grace - using macro to print program less macro

This commit is contained in:
asus
2024-01-23 22:48:44 +01:00
parent 7254f5f3b2
commit 070175f8d1
2 changed files with 6 additions and 17 deletions

View File

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