init(make/bonus): bonus rules done

This commit is contained in:
Raphael 2025-06-21 11:59:59 +02:00
parent 94bf51a9fb
commit 6716df3af4
2 changed files with 6 additions and 4 deletions

View file

@ -6,7 +6,7 @@
# By: sben-tay <sben-tay@student.42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2025/05/02 15:40:00 by rparodi #+# #+# #
# Updated: 2025/06/19 11:29:58 by rparodi ### ########.fr #
# Updated: 2025/06/21 11:58:21 by rparodi ### ########.fr #
# #
# **************************************************************************** #
@ -72,6 +72,8 @@ END = \033[0m
# All (make all)
all: header $(NAME) footer
bonus: CPPFLAGS += -D BONUS=1
bonus: all
# Clean (make clean)
clean:
@printf '$(GREY) Removing $(END)$(RED)Objects$(END)\n'