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