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)