little better gestions of sully with makefile, but need complete transformation
This commit is contained in:
@@ -4,7 +4,13 @@ CLONE = Sully_4.c \
|
|||||||
Sully_3.c \
|
Sully_3.c \
|
||||||
Sully_2.c \
|
Sully_2.c \
|
||||||
Sully_1.c \
|
Sully_1.c \
|
||||||
Sully_0.c \
|
Sully_0.c
|
||||||
CREATE_CLONE = ./$(NAME)
|
CREATE_CLONE = ./$(NAME)
|
||||||
|
RM_MORE = rm -f
|
||||||
|
RM_MORE += Sully_4 \
|
||||||
|
Sully_3 \
|
||||||
|
Sully_2 \
|
||||||
|
Sully_1 \
|
||||||
|
Sully_0
|
||||||
|
|
||||||
include ../MakefileCommon
|
include ../MakefileCommon
|
||||||
|
|||||||
@@ -35,6 +35,7 @@ RESET = "\e[0m"
|
|||||||
#SRCS -> defined in subfolder makefiles
|
#SRCS -> defined in subfolder makefiles
|
||||||
#CLONE -> defined in subfolder makefiles
|
#CLONE -> defined in subfolder makefiles
|
||||||
#CREATE_CLONE -> defined in subfolder makefiles
|
#CREATE_CLONE -> defined in subfolder makefiles
|
||||||
|
#RM_MORE -> might be defined in subfolder makefiles
|
||||||
LIBS =
|
LIBS =
|
||||||
D_SRCS = .
|
D_SRCS = .
|
||||||
D_HEADERS = .
|
D_HEADERS = .
|
||||||
@@ -117,6 +118,7 @@ clean:
|
|||||||
fclean: clean
|
fclean: clean
|
||||||
rm -f $(NAME)
|
rm -f $(NAME)
|
||||||
rm -f $(CLONE)
|
rm -f $(CLONE)
|
||||||
|
$(RM_MORE)
|
||||||
|
|
||||||
re: fclean all
|
re: fclean all
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user