OpenGrok
Cross Reference: Makefile
xref
: /
external
/
libcap
/
contrib
/
Makefile
Home
|
History
|
Annotate
|
Download
|
only in
contrib
1
.
PHONY
:
all
clean
2
all
clean
:
3
for
x
in
bug
* ;
do
make
-C $$x $@ ||
exit
1
;
done
4