home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / TOP / USR / SRC / puzzle15.t.Z / puzzle15.t / Makefile next >
Makefile  |  1989-03-20  |  218b  |  8 lines

  1. # simple makefile for puzzle15
  2. # puzzle15: puzzle15.c
  3. #    cc -o puzzle15 -O puzzle15.c -lcurses -ltermcap
  4. CFLAGS = -qt=/dd
  5. puzzle15: puzzle15.c
  6.     cc -fd=puzzle15 puzzle15.r -M=10 -l=/h0/lib/ncurses.l -l=/h0/lib/os9lib.l
  7.  
  8.