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

6
3_Sully/Makefile Normal file
View File

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