home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / dev / c / curses / 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.