summary refs log tree commit diff
path: root/bin/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-11-25 22:16:07 -0500
committerJune McEnroe <june@causal.agency>2019-11-25 22:16:07 -0500
commit5d36eb0caef7d6de642d48d40a23c4e31e067d40 (patch)
treeba21f0ffbfb84c4a40952f7bdc0948aaed5f325f /bin/Makefile
parentAdd bman alias for FreeBSD man pages (diff)
downloadsrc-5d36eb0caef7d6de642d48d40a23c4e31e067d40.tar.gz
src-5d36eb0caef7d6de642d48d40a23c4e31e067d40.zip
Replace shotty with code from stream
A much more complete implementation of a terminal emulator which I also
fuzzed. Code is still kind of a mess though.

Also case range syntax is now allowed here I guess.
Diffstat (limited to 'bin/Makefile')
-rw-r--r--bin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Makefile b/bin/Makefile
index a07eb956..d3aeadd2 100644
--- a/bin/Makefile
+++ b/bin/Makefile
@@ -1,7 +1,7 @@
 PREFIX = ~/.local
 MANDIR = ${PREFIX}/share/man
 
-CFLAGS += -Wall -Wextra -Wpedantic
+CFLAGS += -Wall -Wextra -Wpedantic -Wno-gnu-case-range
 LDLIBS = -lm -lutil -lz
 
 CURL_PREFIX = /usr/local