From 68845f0403fce8f45a88915e5a12c752adcc0258 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Wed, 14 Aug 2019 14:31:34 -0400 Subject: Handle state transitions just much better --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0cae642..d280a66 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ CHROOT_USER = stream CHROOT_GROUP = ${CHROOT_USER} -CFLAGS += -Wall -Wextra -Wpedantic +CFLAGS += -Wall -Wextra -Wpedantic -Wno-gnu-case-range LDFLAGS = -static LDLIBS = -lcurses -lutil -- cgit 1.4.1