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 | f85e5f9ee47dc6eea043783a979509d660134d7a (patch) | |
| tree | fd01a577fb85b8c87417a273599b4a178eee7956 /bin/Makefile | |
| parent | Add bman alias for FreeBSD man pages (diff) | |
| download | src-f85e5f9ee47dc6eea043783a979509d660134d7a.tar.gz src-f85e5f9ee47dc6eea043783a979509d660134d7a.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/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 |