From 00bd74159e2f7d209a10d11e8cbecb894c3d0ef0 Mon Sep 17 00:00:00 2001 From: Federico Angelilli Date: Sun, 26 Nov 2023 20:18:08 +0100 Subject: Generalize button struct --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3