From bd1701662137d08e990c329df16d7f910dfc592a Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 8 Dec 2008 23:24:15 +0000 Subject: [PATCH] remove silly build-inplace target. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e26045339..4a1a54407 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ PYTHON = python SETUP = $(PYTHON) setup.py TRIAL = trial -all: build build-inplace +all: build build:: $(SETUP) build