aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFederico Angelilli <code@fedang.net>2023-11-26 20:18:08 +0100
committerFederico Angelilli <code@fedang.net>2023-11-26 20:18:08 +0100
commit00bd74159e2f7d209a10d11e8cbecb894c3d0ef0 (patch)
tree01ea73f9635c282ec8b0fcb4c5e775448dda9502 /Makefile
parentf9ec9bb88ae2b1423d30da21c76a7e131cb383cc (diff)
Generalize button struct
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b79cacc..d3439a1 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ PCDEP = xcb \
"glib-2.0 >= 2.44" \
pangocairo
-CFLAGS := $(shell pkg-config --cflags $(PCDEP))
+CFLAGS := $(shell pkg-config --cflags $(PCDEP)) -Werror
LDFLAGS := $(shell pkg-config --libs $(PCDEP)) -lm
ifdef RELEASE