summaryrefslogtreecommitdiff
path: root/Makefile
blob: 6aa8e0890b72d5d574f175b31dc740d8c2e6d304 (plain)
1
2
3
4
5
6
7
8
all:

check: all
	python -m CoverageTestRunner --ignore-missing-from=without-tests
	rm .coverage
	
clean:
	rm -f .coverage *.py[co] btree/*.py[co]