Sign in
android
/
platform
/
external
/
selinux
/
80f71e326b73529160a99e5b3eff11ec3d72a2f9
/
.
/
policycoreutils
/
mcstrans
/
Makefile
blob: 63df4a36345a647aa53d9503596d37bc0e957cf1 [
file
] [
log
] [
blame
]
all
:
$
(
MAKE
)
-
C src
$
(
MAKE
)
-
C utils
install
:
$
(
MAKE
)
-
C src install
# $(MAKE) -C utils install
$
(
MAKE
)
-
C man install
clean
:
rm
-
f
*~
\#
*
$
(
MAKE
)
-
C src clean
$
(
MAKE
)
-
C utils clean
$
(
MAKE
)
-
C man clean