From c47cefe1acc3429aaa833aae7873022c32fd4552 Mon Sep 17 00:00:00 2001 From: = <=> Date: Wed, 29 Oct 2025 13:49:38 +0100 Subject: [PATCH] Updated makefile to remove bonus as well --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 13f073a..a423fba 100644 --- 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} -- 2.51.0