changeset 1020:f1b052db3515

Add default make rule The default make rule builds the extensions "in-place" so that hg can be run out of the working directory.
author mpm@selenic.com
date Wed, 24 Aug 2005 00:36:12 -0700
parents a9cca981c423
children a0ce13606208
files Makefile
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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: