diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
