base version
[pystan] / Makefile
diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..698808d
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,6 @@
+all:
+       python2.5 setup.py build
+clean:
+       python2.5 setup.py clean --all
+install:
+       python2.5 setup.py install --root $(DESTDIR)