X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=makefile;h=9f59a36bec439d23ab78cdb1bd24db1b531187af;hb=07a0788ea495b42c91933c7362b69825e14b5be2;hp=ca681470d68f08f9f9ef2c62a27c7b503b4c69d7;hpb=6c7297a16a2d46d429bf598ec8803db6d5d8942d;p=dunshire.git diff --git a/makefile b/makefile index ca68147..9f59a36 100644 --- a/makefile +++ b/makefile @@ -1,3 +1,11 @@ +.PHONY: check +check: + python test/suite.py + +.PHONY: lint +lint: + pylint --reports=n *.py + .PHONY: clean clean: rm -r __pycache__