From: phfr24 Date: Mon, 17 Nov 2025 17:41:08 +0000 (-0300) Subject: update makefile X-Git-Url: https://git.wirehaze.ovh/lifeboot.git/commitdiff_plain/11236880b74e3d0bee54cd6410586d0e2dca614f?ds=inline update makefile --- 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)