home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
unix
/
volume27
/
distributed-c-2.1
/
part01
/
examples
/
hello
/
Makefile
< prev
Wrap
Makefile
|
1993-12-22
|
129b
|
7 lines
hello: hello.dc
dcc -a hello.dc
clean:
-( find . -name hello.mf -exec make -f {} clean \; )
-\rm -f dcc.debug dcadmin.debug