summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2017-08-29 15:00:45 +0000
committerIan C <ianc@noddybox.co.uk>2017-08-29 15:00:45 +0000
commit6146c2d8d0548549b40d9e90b4019d0d132cc153 (patch)
tree61e33294a391d8906251e5120f9d00c14a8b04c0
parentd640ce1c08345c0b96e2fb89893a238b1498ec66 (diff)
Removed -ltermcap from defaults.
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3a7ff3a..7934d5a 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,9 @@
#
# You may also need to change #include <curses.h> to #include <ncurses.h>
#
-LIBS=-lcurses -ltermcap
+# Some UNIXs may also need -ltermcap
+#
+LIBS=-lcurses
OPTS=-O
KEYFILE=xedkeys.h