home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / program / compiler / bob13st / makefile < prev    next >
Makefile  |  1991-12-23  |  152b  |  8 lines

  1. OFILES    =    bob.o bobcom.o bobdbg.o bobint.o bobfcn.o bobmem.o bobscn.o
  2. TAR        =    bob.ttp
  3.  
  4. $(TAR):    $(OFILES)
  5.     cc $(OFILES) -o $(TAR)
  6.  
  7. $(OFILES):    bob.h
  8.