home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 277.lha / Fragit_v2.0 / makefile < prev    next >
Encoding:
Makefile  |  1989-08-08  |  268 b   |  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.