home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume27 / distributed-c-2.1 / part01 / examples / hello / Makefile < prev   
Encoding:
Makefile  |  1993-12-22  |  129 b   |  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.