]> gitweb.michael.orlitzky.com - dunshire.git/blob - makefile
Add a "make lint" target.
[dunshire.git] / makefile
1 .PHONY: check
2 check:
3 python test/suite.py
4
5 .PHONY: lint
6 lint:
7 pylint --reports=n *.py
8
9 .PHONY: clean
10 clean:
11 rm -r __pycache__