/
[projet1]
/
public
/
pc
/
tools
/
Makefile
Contents of /public/pc/tools/Makefile
Parent Directory
|
Revision Log
Revision
892
- (
show annotations
)
Wed Sep 26 00:28:15 2012 UTC
(7 years, 2 months ago) by
mmu_man
File size: 117 byte(s)
Report errors to parent make.
1
SUBDIRS
:=
oric osdk
2
3
all clean
:
4
@for d in
$(
SUBDIRS
)
;
do
\
5
$(
MAKE
)
-C
"
$$
d"
$(
MAKECMDGOALS
)
||
exit
$?
;
\
6
done
7
ViewVC Help
Powered by
ViewVC 1.1.26