Gitiles
Code Review
Sign In
192.168.1.100
/
T108
/
e958203796650e3959a43708d67534bf36f4c83b
/
.
/
package
/
kernel
/
asr-wl
/
asr-hostapd
/
asr-hostapd-2023-06-22
/
wpaspy
/
Makefile
blob: 6f720a9fe1218cfd566930ec6d5a4a99b4412bfe [
file
] [
log
] [
blame
]
all
:
build
SRC
=
wpaspy
.
c
.
PHONY
:
build
build
:
$
(
SRC
)
setup
.
py
python setup
.
py build
install
:
python setup
.
py install
clean
:
python setup
.
py clean
rm
-
f
*~
rm
-
rf build