.PHONY: check check: python test/suite.py .PHONY: lint lint: pylint --reports=n *.py .PHONY: clean clean: rm -r __pycache__