home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_progs / mem_util / fragit.lzh / FRAGIT / MAKEFILE < prev    next >
Text File  |  1991-08-16  |  268b  |  13 lines

  1. # -------------------------------------------
  2. # Fragit Lattice makefile by Justin V. McCormick 89/07/05
  3. # -------------------------------------------
  4.  
  5. CFLAGS = -cfmtu -d1 -m0 -rr -v -O
  6.  
  7. OBJS = fragit.o
  8. DEST = fragit
  9.  
  10. $(DEST): $(OBJS)
  11.     BLINK WITH linkfile
  12.     @beep 800 3
  13.