home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume27 / distributed-c-2.1 / part01 / examples / hello / Makefile < prev   
Makefile  |  1993-12-22  |  129b  |  7 lines

  1. hello:     hello.dc
  2.     dcc -a hello.dc
  3.  
  4. clean:
  5.     -( find . -name hello.mf -exec make -f {} clean \; )
  6.     -\rm -f dcc.debug dcadmin.debug
  7.