diff options
author | Jakob Kaivo <jkk@ung.org> | 2022-04-24 12:53:02 -0400 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2022-04-24 12:53:02 -0400 |
commit | 3692b934364d8c1646052ef3431d5027baa58bd6 (patch) | |
tree | 1435d0b2a2b1a79edec98fceec916954f2551bb7 /Makefile | |
parent | a31fd47001b232fcb6afcf3ddb07cc78e8a8b78c (diff) |
switch back to using termios (with help from tput)termios
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ CC=c99 LD=$(CC) CFLAGS=-Wall -Wextra -Wpedantic -Werror -g LDFLAGS= -LDLIBS=-lcurses +LDLIBS= SRCDIR=. OBJDIR=. BINDIR=$(OBJDIR) |