home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 3: The Continuation / 17-Bit_The_Continuation_Disc.iso / files / nz14.dms / nz14.adf / DFC / makefile < prev    next >
Makefile  |  1993-12-03  |  49b  |  6 lines

  1. dfc: dfc.o
  2.     ln dfc.o -lc
  3.  
  4. dfc.o: dfc.c
  5.     cc dfc.c
  6.