]> git.ipfire.org Git - thirdparty/hostap.git/blame - wpaspy/Makefile
tests: Additional eap_user_file parsing coverage
[thirdparty/hostap.git] / wpaspy / Makefile
CommitLineData
20da5c89
JM
1all: build
2
3SRC=wpaspy.c
4
5build: $(SRC) setup.py
6 python setup.py build
7
8install:
9 python setup.py install
10
11clean:
12 python setup.py clean
13 rm -f *~
14 rm -rf build