Forgot to add Makefile.in

This commit is contained in:
Dan Williams
2006-08-16 23:12:22 -04:00
parent ea3b66aa0f
commit 01bc6cc71d
+12
View File
@@ -0,0 +1,12 @@
prefix = @prefix@
all:
python setup.py build
install:
python setup.py install --prefix=${prefix}
clean:
python setup.py clean
-rm -rf build
-rm -f core *~ *.so *.o *.pyd *.a python*.def