# HG changeset patch # User mpm@selenic.com # Date 1124868972 25200 # Node ID f1b052db3515e731a83671c74656b84b223342a3 # Parent a9cca981c423ea3eecd8b863ab6a1ca0c9296929 Add default make rule The default make rule builds the extensions "in-place" so that hg can be run out of the working directory. diff --git a/Makefile b/Makefile --- 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: