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

@@ -35,6 +35,7 @@ RESET = "\e[0m"
#SRCS -> defined in subfolder makefiles
#CLONE -> defined in subfolder makefiles
#CREATE_CLONE -> defined in subfolder makefiles
#RM_MORE -> might be defined in subfolder makefiles
LIBS =
D_SRCS = .
D_HEADERS = .
@@ -117,6 +118,7 @@ clean:
fclean: clean
rm -f $(NAME)
rm -f $(CLONE)
$(RM_MORE)
re: fclean all