X-Git-Url: https://git.wirehaze.ovh/lifeboot.git/blobdiff_plain/3d90482f86a28c1ac8d295a389f16d007eaee3ea..11236880b74e3d0bee54cd6410586d0e2dca614f:/Makefile?ds=sidebyside 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)