Преглед изворни кода

Build extensions in Makefile.

Jelmer Vernooij пре 16 година
родитељ
комит
0cee0749ad
1 измењених фајлова са 2 додато и 1 уклоњено
  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::