Browse Source

Build extensions in Makefile.

Jelmer Vernooij 16 năm trước cách đây
mục cha
commit
354187cfe2
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      Makefile

+ 2 - 1
Makefile

@@ -6,11 +6,12 @@ all: build
 
 build::
 	$(SETUP) build
+	$(SETUP) build_ext -i
 
 install::
 	$(SETUP) install
 
-check::
+check:: build
 	PYTHONPATH=. $(TRIAL) dulwich
 
 clean::