2
0
Эх сурвалжийг харах

remove silly build-inplace target.

Jelmer Vernooij 16 жил өмнө
parent
commit
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