Sign in
android
/
platform
/
external
/
selinux
/
118c0cd1038efb8d869db70753d2ac449f4fda9b
/
.
/
semodule-utils
/
Makefile
blob: 6bf4aee66a0a0df466b9293ea20db1d2c8584e92 [
file
] [
log
] [
blame
]
SUBDIRS
=
semodule_package semodule_link semodule_expand semodule_deps
all install relabel clean indent
:
@for
subdir
in
$
(
SUBDIRS
);
do
\
(
cd $$subdir
&&
$
(
MAKE
)
$@
)
||
exit
1
;
\
done
test
: