]> Untitled Git - axy/ft/libft.git/commitdiff
Updated makefile to remove bonus as well
author= <=>
Wed, 29 Oct 2025 12:49:38 +0000 (13:49 +0100)
committer= <=>
Wed, 29 Oct 2025 12:49:38 +0000 (13:49 +0100)
Makefile

index 13f073ac50802e737d7b3ad98e655052f284c99e..a423fbaf1f96f3df64258603fc3178ec1c9a065c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ bonus : ${BONUS_OBJS}
        ar -rcs ${NAME} $^
 
 clean : 
-       rm -f ${OBJS}
+       rm -f ${OBJS} ${BONUS_OBJS}
 
 fclean : clean
        rm -f ${NAME}