home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 4: Phase Four / 17Bit_Phase_Four.iso / files / 2847.dms / 2847.adf / Chess / makefile < prev    next >
Encoding:
Makefile  |  1990-05-06  |  69 b   |  6 lines

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