From eb5988f3084d22aaeae29a7db21d90221b879c8f Mon Sep 17 00:00:00 2001 From: Aaron Ball Date: Sat, 16 May 2020 23:21:28 -0600 Subject: Add -Werror to all compile tasks --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ee939c1..2e61691 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -CCOPTS = --std=gnu99 -Wall -O2 +CCOPTS = --std=gnu99 -Wall -Werror -O2 all: setup common config cc $(CCOPTS) src/main.c obj/*.o -o i3cstat -- cgit v1.2.3