Sign in
nest-open-source
/
nest-cam
/
4320010
/
selinux
/
refs/heads/master
/
.
/
selinux
/
policycoreutils
/
mcstrans
/
Makefile
blob: 63df4a36345a647aa53d9503596d37bc0e957cf1 [
file
] [
log
] [
blame
] [
edit
]
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