Kiln » Dependencies » Dulwich Read More
Clone URL:  
Pushed to one repository · View In Graph Contained in master-1, master-0, and 0.9.4

Build extensions in Makefile.

Changeset 354187cfe213

Parent 8032747902c4

by Jelmer Vernooij

Changes to one file · Browse files at 354187cfe213 Showing diff from parent 8032747902c4 Diff from another changeset...

Change 1 of 1 Show Entire File Makefile Stacked
 
6
7
8
 
9
10
11
12
13
 
14
15
16
 
6
7
8
9
10
11
12
13
 
14
15
16
17
@@ -6,11 +6,12 @@
   build::   $(SETUP) build + $(SETUP) build_ext -i    install::   $(SETUP) install   -check:: +check:: build   PYTHONPATH=. $(TRIAL) dulwich    clean::