Explorar o código

remove silly build-inplace target.

Jelmer Vernooij %!s(int64=16) %!d(string=hai) anos
pai
achega
bd17016621
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -2,7 +2,7 @@ PYTHON = python
 SETUP = $(PYTHON) setup.py
 TRIAL = trial
 
-all: build build-inplace
+all: build 
 
 build::
 	$(SETUP) build