Merged the hostap_2.6 updates, and the Leap of Faith work, from the hostap_update...
[mech_eap.git] / libeap / wpaspy / Makefile
diff --git a/libeap/wpaspy/Makefile b/libeap/wpaspy/Makefile
new file mode 100644 (file)
index 0000000..bc920e0
--- /dev/null
@@ -0,0 +1,14 @@
+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