X-Git-Url: https://git.wirehaze.ovh/lifeboot.git/blobdiff_plain/b18225d8568d8f36da6109113621a001a627da1f..7683c065919d1f7d21a6dc47e7c71268762a5c0a:/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)