diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2010-10-13 13:48:44 +0200 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2010-10-13 13:48:44 +0200 |
| commit | 5442e4aec5741d5b346ab9a7cd091976a8f5e9f4 (patch) | |
| tree | c37c8f4f273f78c958791d852cdc6a03a362b102 /Makefile | |
| parent | bd01f6932c12fe2b7010884d339cc4831cc7ec59 (diff) | |
| download | gitdb-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-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,6 +12,9 @@ build:: $(SETUP) build $(SETUP) build_ext -i +build_ext:: + $(SETUP) build_ext -i + install:: $(SETUP) install |
