home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 5 / FreshFish_July-August1994.bin / bbs / dev / curses-1.4.lha / Curses-1.4 / examples / hanoi / Makefile < prev   
Encoding:
Makefile  |  1992-02-07  |  136 b   |  11 lines

  1. hanoi: hanoi.c
  2.     lc -L+llib:curses.lib $@
  3.  
  4. clobber: clean
  5.     -delete hanoi
  6.  
  7. clean:
  8.     -delete hanoi.o
  9.     -delete hanoi.lnk
  10.     -delete hanoi.info
  11.