Skip to content

Commit

Permalink
remove silly build-inplace target.
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed Dec 8, 2008
1 parent 2c0f278 commit bd17016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PYTHON = python
SETUP = $(PYTHON) setup.py
TRIAL = trial

all: build build-inplace
all: build

build::
$(SETUP) build
Expand Down

0 comments on commit bd17016

Please sign in to comment.