aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 70c0c12a94f1cd69b93448620db5472d79210cc1 (plain)
1
2
3
4
5
lint:
	pyflakes $$(find -name '*.py') $$(grep '^#!.*python' $$(bzr ls -Vkfile) -l)
check:
	python3 -m unittest tccalib.tests
.PHONY: lint check