]> wirehaze git hosting - lifeboot.git/commitdiff

wirehaze git hosting

update makefile
authorphfr24 <phfr24@inf.ufpr.br>
Mon, 17 Nov 2025 17:41:08 +0000 (14:41 -0300)
committerphfr24 <phfr24@inf.ufpr.br>
Mon, 17 Nov 2025 17:41:08 +0000 (14:41 -0300)
Makefile

index 6ae753483ab480f72f285c912e8426378b8a44f6..16f62dde2ba734925c429ce1e3666529965785bd 100644 (file)
--- 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)