1102
by Martin Pool
- merge test refactoring from robertc |
1 |
all: |
2 |
chmod u+x ./bzr |
|
3 |
||
4 |
check: |
|
5 |
./bzr selftest |
|
6 |
||
7 |
.PHONY: all |
|
1158
by Martin Pool
- make target to build emacs TAGS file |
8 |
|
9 |
||
10 |
# build emacs cross-reference
|
|
11 |
tag_files=./bzr ./bzrlib/*py ./bzrlib/selftest/*.py |
|
12 |
TAGS: $(tag_files) |
|
13 |
ctags-exuberant -e $(tag_files) |