home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
unix
/
volume7
/
tput2
/
Makefile
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1986-12-02
|
174 b
|
12 lines
tput: tput.c tput.h
cc -o tput tput.c -ltermlib
man: tput.1
nroff -man tput.1 > tput.doc
dtput: tput.c tput.h
cc -g -o dtput tput.c -ltermlib
lint:
lint -DLINT tput.c