home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 2 / fishmore-publicdomainlibraryvol.ii1991xetec.iso / fish / programming / resident / makefile < prev    next >
Makefile  |  1990-10-29  |  111b  |  6 lines

  1. CFLAGS    = -ff -so -wnu
  2. OBJS    = DamagedCube.o Resident.o
  3.  
  4. Test:    $(OBJS)
  5.     ln -m +q -o DamagedCube $(OBJS) -lmf -lc
  6.