blob: 55a534e23efbc481c6bf13679ac47e97f0b4c71a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- Makefile.orig Sun Dec 20 19:49:38 1998
+++ Makefile Sun Jun 27 01:03:35 1999
@@ -6,8 +6,8 @@
V=2.2
# Flags for use with the Linux ncurses package (recommended)
-TERMLIB = -lncurses
-CC = gcc
+TERMLIB = -lncurses -lmytinfo
+CC ?= gcc
# Flags for use with stock curses
# TERMLIB = -lcurses
|