summaryrefslogtreecommitdiff
path: root/Makefile
blob: 56a0c2d4fab66604cc83f699b5ddcd69adfda939 (plain)
1
2
3
4
5
6
7
8
9
10
11
all:
	$(MAKE) -C doc html

check:
	python -m CoverageTestRunner --ignore-missing-from=without-tests
	rm .coverage
	
clean:
	rm -f .coverage ttystatus/*.py[co]
	rm -rf build
	$(MAKE) -C doc clean