home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 200-299 / ff245.lzh / PathMaster / manx / makefile < prev    next >
Makefile  |  1989-09-06  |  268b  |  12 lines

  1. # -------------------------------------------
  2. # PathMaster makefile by Justin V. McCormick 89-07-21
  3. # Manx version.
  4. # -------------------------------------------
  5. AFLAGS = -iainc:
  6. OBJS = fs.o fs1.o fs2.o fsdata.o
  7.  
  8. DEST = FS
  9.  
  10. $(DEST): $(OBJS)
  11.     ln -o $(DEST) $(OBJS) -lc
  12.