sully works

This commit is contained in:
asus
2024-01-26 11:42:58 +01:00
parent b4b3b64444
commit 57e4f2958e
4 changed files with 16 additions and 9 deletions

View File

@@ -1,6 +1,10 @@
NAME = Sully
SRCS = Sully.c
CLONE = Sully_kid.c
CREATE_CLONE = ./$(NAME)
NAME = Sully
SRCS = Sully.c
CLONE = Sully_4.c \
Sully_3.c \
Sully_2.c \
Sully_1.c \
Sully_0.c \
CREATE_CLONE = ./$(NAME)
include ../MakefileCommon