Ver código fonte

Build extensions in Makefile.

Jelmer Vernooij 16 anos atrás
pai
commit
0cee0749ad
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      Makefile

+ 2 - 1
Makefile

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