~statik/testtools/add-manifest

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# See README for copyright and licensing details.

check:
	./run-tests

TAGS:
	ctags -e -R pyunit3k/

tags:
	ctags -R pyunit3k/

clean:
	rm -f TAGS tags pyunit3k/*.pyc pyunit3k/tests/*.pyc


.PHONY: tags TAGS check clean