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