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