diff options
author | Ian C <ianc@noddybox.co.uk> | 2017-08-29 15:00:45 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2017-08-29 15:00:45 +0000 |
commit | 6146c2d8d0548549b40d9e90b4019d0d132cc153 (patch) | |
tree | 61e33294a391d8906251e5120f9d00c14a8b04c0 /Makefile | |
parent | d640ce1c08345c0b96e2fb89893a238b1498ec66 (diff) |
Removed -ltermcap from defaults.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |