home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume7 / thack / Makefile < prev    next >
Makefile  |  1989-06-03  |  91b  |  8 lines

  1. .PRECIOUS: thack.c th.h
  2.  
  3. thack: thack.o
  4.     cc -o thack thack.o
  5.  
  6. thack.c: th.h
  7.     touch thack.c
  8.