From: = <=> Date: Wed, 29 Oct 2025 12:49:38 +0000 (+0100) Subject: Updated makefile to remove bonus as well X-Git-Url: https://git.uwuaxy.net/?a=commitdiff_plain;h=c47cefe1acc3429aaa833aae7873022c32fd4552;p=axy%2Fft%2Flibft.git Updated makefile to remove bonus as well --- 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}