home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume7 / tput / Makefile next >
Encoding:
Makefile  |  1986-11-30  |  133 b   |  9 lines

  1. tput: tput.c
  2.     cc -o tput tput.c -ltermlib
  3.  
  4. man: tput.1
  5.     nroff -man tput.1 > tput.doc
  6.  
  7. dtput: tput.c
  8.     cc -g -o dtput tput.c -ltermlib
  9.