From 81ed92dc8843f576aba8a44cca3388964e6efa48 Mon Sep 17 00:00:00 2001 From: Maoake Teriierooiterai Date: Thu, 15 Jan 2026 07:14:10 +0100 Subject: [PATCH] change the makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c1e1064..d9f4608 100644 --- a/Makefile +++ b/Makefile @@ -58,7 +58,7 @@ OBJ_DIR = obj CC = cc -CFLAGS = -Wall -Werror -Wextra -g3 -I$(INCLUDES) +CFLAGS = -Wall -Werror -Wextra -I$(INCLUDES) NAME = push_swap