Updated through tag hostap_2_5 from git://w1.fi/hostap.git
[mech_eap.git] / libeap / 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