Sign in
nest-open-source
/
nest-learning-thermostat
/
5.6
/
hostap
/
6cffb0a515f2038501900b69300165384e570108
/
.
/
hostap
/
src
/
p2p
/
Makefile
blob: cffba620da04f45c449cf31dfded3b58cc03ab38 [
file
] [
log
] [
blame
]
all
:
@echo
Nothing
to be made
.
clean
:
for
d
in
$
(
SUBDIRS
);
do
make
-
C $$d clean
;
done
rm
-
f
*~
*.
o
*.
d
install
:
@echo
Nothing
to be made
.