From e062e9e985e9e50d8c2c401e43c460d33f6e8d60 Mon Sep 17 00:00:00 2001 From: Willem Haffmans Date: Tue, 10 Sep 2024 00:02:15 +0200 Subject: [PATCH] clear bonus --- extended_libft/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extended_libft/Makefile b/extended_libft/Makefile index 0561a91..cb92927 100644 --- a/extended_libft/Makefile +++ b/extended_libft/Makefile @@ -36,7 +36,7 @@ $(NAME): $(OBJECTS) $(CC) -c $(CFLAGS) $? clean: - rm -f $(OBJECTS) $(BOBJECTS) + rm -f $(OBJECTS) fclean: clean rm -f $(NAME)