From 3692b934364d8c1646052ef3431d5027baa58bd6 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sun, 24 Apr 2022 12:53:02 -0400 Subject: switch back to using termios (with help from tput) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8f8f64a..da2c470 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ CC=c99 LD=$(CC) CFLAGS=-Wall -Wextra -Wpedantic -Werror -g LDFLAGS= -LDLIBS=-lcurses +LDLIBS= SRCDIR=. OBJDIR=. BINDIR=$(OBJDIR) -- cgit v1.2.1