Kaynağa Gözat

Build extensions in Makefile.

Jelmer Vernooij 16 yıl önce
ebeveyn
işleme
0cee0749ad
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  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::