diff options
author | June McEnroe <june@causal.agency> | 2019-11-25 22:16:07 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-11-25 22:16:07 -0500 |
commit | 5d36eb0caef7d6de642d48d40a23c4e31e067d40 (patch) | |
tree | ba21f0ffbfb84c4a40952f7bdc0948aaed5f325f /bin/Makefile | |
parent | Add bman alias for FreeBSD man pages (diff) | |
download | src-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 '')
-rw-r--r-- | bin/Makefile | 2 |
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 |