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