home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / Moscow ML 1.42 / examples / Makefile next >
Encoding:
Makefile  |  1997-08-18  |  163 b   |  9 lines  |  [TEXT/R*ch]

  1. clean:
  2.     cd calc; make clean
  3.     cd cgi; make clean
  4.     cd helpsigs; make clean
  5.     cd lexyacc; make clean
  6.     cd manual; make clean
  7.     cd mls; make clean
  8.     cd pretty; make clean
  9.