summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2010-10-13 13:48:44 +0200
committerSebastian Thiel <byronimo@gmail.com>2010-10-13 13:48:44 +0200
commit5442e4aec5741d5b346ab9a7cd091976a8f5e9f4 (patch)
treec37c8f4f273f78c958791d852cdc6a03a362b102 /Makefile
parentbd01f6932c12fe2b7010884d339cc4831cc7ec59 (diff)
downloadgitdb-5442e4aec5741d5b346ab9a7cd091976a8f5e9f4.tar.gz
Put delta-apply code into separate function. Would have preferred to to have just one dynamic module, lets see whether includes are possible
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 190a66b..e65c55a 100644
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,9 @@ build::
$(SETUP) build
$(SETUP) build_ext -i
+build_ext::
+ $(SETUP) build_ext -i
+
install::
$(SETUP) install