.PHONY: check check: python test/suite.py .PHONY: lint lint: PYTHONPATH="src/dunshire" pylint --reports=n src/dunshire/*.py .PHONY: clean clean: rm -rf src/dunshire/__pycache__