From 11236880b74e3d0bee54cd6410586d0e2dca614f Mon Sep 17 00:00:00 2001 From: phfr24 Date: Mon, 17 Nov 2025 14:41:08 -0300 Subject: [PATCH] update makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6ae7534..16f62dd 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ SRC_DIR := . PROGRAMS := prototype lifeboot CC := gcc -CFLAGS := -Wall -Wextra -Werror -I. +CFLAGS := -Wall -Wextra -I. build: $(PROGRAMS) -- 2.54.0