little better gestions of sully with makefile, but need complete transformation

This commit is contained in:
asus
2024-01-26 12:01:22 +01:00
parent ac37456160
commit 78959d77cd
3 changed files with 10 additions and 2 deletions

View File

@@ -4,7 +4,13 @@ CLONE = Sully_4.c \
Sully_3.c \
Sully_2.c \
Sully_1.c \
Sully_0.c \
Sully_0.c
CREATE_CLONE = ./$(NAME)
RM_MORE = rm -f
RM_MORE += Sully_4 \
Sully_3 \
Sully_2 \
Sully_1 \
Sully_0
include ../MakefileCommon