home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 1: Collection A / 17Bit_Collection_A.iso / files / 173.dms / 173.adf / Chess / makefile < prev    next >
Makefile  |  1988-07-25  |  69b  |  6 lines

  1. CFLAGS = -E150
  2.  
  3. chess: curses.o chess.o
  4.     ln -w chess.o curses.o -lc
  5.  
  6.