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