aboutsummaryrefslogtreecommitdiff
path: root/wpaspy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'wpaspy/Makefile')
-rw-r--r--wpaspy/Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/wpaspy/Makefile b/wpaspy/Makefile
deleted file mode 100644
index 6f720a9fe121..000000000000
--- a/wpaspy/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-all: build
-
-SRC=wpaspy.c
-
-.PHONY: build
-build: $(SRC) setup.py
- python setup.py build
-
-install:
- python setup.py install
-
-clean:
- python setup.py clean
- rm -f *~
- rm -rf build