diff Makefile @ 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 85272e96b96a
children 76239f0cb0dc
line wrap: on
line diff
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,9 @@
 PYTHON=python
 
 all:
+	$(PYTHON) setup.py build_ext -i
+
+install:
 	@echo "Read the file README for install instructions."
 
 clean: