home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume27 / distributed-c-2.1 / part01 / examples / philo / Makefile next >
Makefile  |  1993-12-22  |  128b  |  7 lines

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