Parcourir la source

remove silly build-inplace target.

Jelmer Vernooij il y a 16 ans
Parent
commit
bd17016621
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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