home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume10 / phone_kl / Makefile next >
Encoding:
Makefile  |  1990-01-19  |  157 b   |  13 lines

  1. phone:    phone.c
  2.     cc -O phone.c -o phone -lcurses
  3.  
  4. lint:
  5.     lint phone.c -lcurses
  6.  
  7. install:
  8.     cp phone /usr/lbin
  9.  
  10. shar:
  11.     shar phone.1 phone.c Makefile >phone.sh
  12.  
  13.