home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 472b.lha / Curses_v1.22 / examples / battle / Makefile < prev   
Encoding:
Makefile  |  1991-02-10  |  159 b   |  12 lines

  1. CC= lc
  2. CFLAGS= -cw
  3.  
  4.  
  5. battle: battle.o
  6.     blink LIB:c.o,battle.o TO battle LIB LIB:curses.lib,LIB:lc.lib,LIB:amiga.lib
  7.  
  8. battle.o:    battle.c
  9.  
  10. clean:
  11.     -delete \#?.o
  12.