home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sources / misc / 4085 / Makefile next >
Encoding:
Makefile  |  1992-11-18  |  79 b   |  9 lines

  1. CC=gcc
  2.  
  3.  
  4. nhup: nhup.c
  5.     $(CC) -o nhup nhup.c
  6.  
  7. install: nhup
  8.     cp nhup /bin/nhup 
  9.