summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2022-04-24 12:53:02 -0400
committerJakob Kaivo <jkk@ung.org>2022-04-24 12:53:02 -0400
commit3692b934364d8c1646052ef3431d5027baa58bd6 (patch)
tree1435d0b2a2b1a79edec98fceec916954f2551bb7 /Makefile
parenta31fd47001b232fcb6afcf3ddb07cc78e8a8b78c (diff)
switch back to using termios (with help from tput)termios
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)