aboutsummaryrefslogtreecommitdiff
path: root/pow/pywrap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'pow/pywrap/Makefile')
-rw-r--r--pow/pywrap/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/pow/pywrap/Makefile b/pow/pywrap/Makefile
new file mode 100644
index 00000000..e065bbe6
--- /dev/null
+++ b/pow/pywrap/Makefile
@@ -0,0 +1,9 @@
+# $Id$
+
+all: python
+
+python: python.c
+ python build.py
+
+clean:
+ rm -f *.o python