X-Git-Url: http://git.maemo.org/git/?p=pystan;a=blobdiff_plain;f=Makefile;fp=Makefile;h=698808d15155d1150c73450ef8bdd9dafd003a80;hp=0000000000000000000000000000000000000000;hb=a0f2cf4120a390bd527b3787775ad564fd04d2e6;hpb=ff6d19caa498ee5aa72d76fc594847886eaf567e diff --git a/Makefile b/Makefile new file mode 100644 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)