Sign in
gfiber
/
vendor
/
opensource
/
hostap
/
af851914f810978909dd8598ab88030fe43d0051
/
.
/
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