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

remove silly build-inplace target.

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