/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar
0.211.13 by Jelmer Vernooij
add convenience makefile.
1
PYTHON = python
2
SETUP = $(PYTHON) setup.py
3
TRIAL = trial
4
0.211.18 by Jelmer Vernooij
remove silly build-inplace target.
5
all: build 
0.211.13 by Jelmer Vernooij
add convenience makefile.
6
7
build::
8
	$(SETUP) build
9
10
install::
11
	$(SETUP) install
12
13
check::
14
	PYTHONPATH=. $(TRIAL) dulwich
15
16
clean::
17
	$(SETUP) clean