Sign in
plan9port
/
plan9
/
8af7f5d093773b6a780a4ccfcee04791c221d81a
/
.
/
src
/
Makefile
blob: 8fd27ca1d47e89d99cd9dbea15a43ee55797654a [
file
] [
log
] [
blame
]
DIRS
=
\
lib9\
libbio\
libdraw\
libfmt\
libframe\
libregexp\
libthread\
libutf\
mk\
sam\
samterm\
clean all install
:
for
i
in
$
(
DIRS
);
\
do
\
(
echo $$i
;
cd $$i
;
$
(
MAKE
)
$
*);
\
done