Skip to content
This repository was archived by the owner on Apr 14, 2024. It is now read-only.

Commit 5442e4a

Browse files
committed
Put delta-apply code into separate function. Would have preferred to to have just one dynamic module, lets see whether includes are possible
1 parent bd01f69 commit 5442e4a

File tree

5 files changed

+911
-887
lines changed

5 files changed

+911
-887
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ build::
1212
$(SETUP) build
1313
$(SETUP) build_ext -i
1414

15+
build_ext::
16+
$(SETUP) build_ext -i
17+
1518
install::
1619
$(SETUP) install
1720

0 commit comments

Comments
 (0)