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