From 59a80e6c9bfc5e5b65fe9e08073bf4cff592f750 Mon Sep 17 00:00:00 2001 From: Maoake Teriierooiterai Date: Wed, 14 Jan 2026 16:07:41 +0100 Subject: [PATCH] modify makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8a19551..c1e1064 100644 --- a/Makefile +++ b/Makefile @@ -104,7 +104,7 @@ $(NAME): $(OBJ) $(NAME_BONUS): $(BONUS_OBJ) @$(CC) $(CFLAGS) $(BONUS_OBJ) -o $(NAME_BONUS) @echo "====================================" - @echo "======= PUSH SWAP COMPILED =========" + @echo "======= CHECKER COMPILED ===========" @echo "====================================" $(OBJ_DIR)/%.o: $(PARS_DIR)/%.c | $(OBJ_DIR)