Makefile
changeset 1033 5426c8248df6
parent 1020 f1b052db3515
child 1423 76239f0cb0dc
--- a/Makefile	Wed Aug 24 12:43:09 2005 -0700
+++ b/Makefile	Wed Aug 24 12:50:11 2005 -0700
@@ -2,6 +2,9 @@
 PYTHON=python
 
 all:
+	$(PYTHON) setup.py build_ext -i
+
+install:
 	@echo "Read the file README for install instructions."
 
 clean: