Sign in
gfiber
/
vendor
/
opensource
/
hostap
/
35043ca044d88256dd08df33062a62756cc6e93b
/
.
/
wpaspy
/
Makefile
blob: bc920e0cc5036b24145aef4286ce07a0f2ec4217 [
file
] [
log
] [
blame
]
all
:
build
SRC
=
wpaspy
.
c
build
:
$
(
SRC
)
setup
.
py
python setup
.
py build
install
:
python setup
.
py install
clean
:
python setup
.
py clean
rm
-
f
*~
rm
-
rf build