Sign in
nest-open-source
/
nest-cam
/
4320010
/
selinux
/
refs/heads/master
/
.
/
selinux
/
policycoreutils
/
hll
/
Makefile
blob: fe720e57204bdbd84bbc6dec1515215218b27c6f [
file
] [
log
] [
blame
] [
edit
]
SUBDIRS
=
pp
all install relabel clean indent
:
@for
subdir
in
$
(
SUBDIRS
);
do
\
(
cd $$subdir
&&
$
(
MAKE
)
$@
)
||
exit
1
;
\
done
test
: