]> gitweb.michael.orlitzky.com - dunshire.git/blob - makefile
9f59a36bec439d23ab78cdb1bd24db1b531187af
[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__