X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=makefile;h=f1be9f05c3fd786b693f29a1091baf677c8b4c4f;hb=7c5ede653e5873b53c7c4b06c081f314c9ef640b;hp=ca681470d68f08f9f9ef2c62a27c7b503b4c69d7;hpb=0f9f55ce1a40b072bf39016e6f9972df98f6d3dd;p=dunshire.git diff --git a/makefile b/makefile index ca68147..f1be9f0 100644 --- a/makefile +++ b/makefile @@ -1,3 +1,7 @@ +.PHONY: check +check: + python test/suite.py + .PHONY: clean clean: rm -r __pycache__