This commit is contained in:
Camille Chauvet
2022-10-04 14:23:32 +02:00
parent be438f7dec
commit e76297409e
10 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
# By: cchauvet <cchauvet@student.42angoulem +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2022/09/27 08:39:27 by cchauvet #+# #+# #
# Updated: 2022/10/04 14:19:21 by cchauvet ### ########.fr #
# Updated: 2022/10/04 14:23:05 by cchauvet ### ########.fr #
# #
# **************************************************************************** #
@ -76,7 +76,7 @@ bonus: ${OBJS} ${BOJS}
${CC} ${CFLAGS} -c -o $@ $<
clean:
rm -f ${OBJS}
rm -f ${OBJS} ${BOBJS}
fclean: clean
rm -f ${NAME}.a