home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume7 / tput2 / Makefile next >
Encoding:
Makefile  |  1986-12-02  |  174 b   |  12 lines

  1. tput: tput.c tput.h
  2.     cc -o tput tput.c -ltermlib
  3.  
  4. man: tput.1
  5.     nroff -man tput.1 > tput.doc
  6.  
  7. dtput: tput.c tput.h
  8.     cc -g -o dtput tput.c -ltermlib
  9.  
  10. lint:
  11.     lint -DLINT tput.c
  12.