summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAaron Ball <nullspoon@oper.io>2020-05-16 23:21:28 -0600
committerAaron Ball <nullspoon@oper.io>2020-05-16 23:21:28 -0600
commiteb5988f3084d22aaeae29a7db21d90221b879c8f (patch)
tree4cff0913c14de6f562ed7edfa1575145bc1bd958 /Makefile
parentd7de348e1f4b02051b668c975265368e1544bbbd (diff)
downloadi3cstat-eb5988f3084d22aaeae29a7db21d90221b879c8f.tar.gz
i3cstat-eb5988f3084d22aaeae29a7db21d90221b879c8f.tar.xz
Add -Werror to all compile tasks
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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

Generated by cgit