Makefile
changeset 1020 f1b052db3515
parent 1008 85272e96b96a
child 1423 76239f0cb0dc
--- a/Makefile	Wed Aug 24 00:32:10 2005 -0700
+++ b/Makefile	Wed Aug 24 00:36:12 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: