X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=makefile;h=858d0673cca758611b73b50f6025a05b3d2ccf16;hb=ff5dfd0b4ffa1199bd81edc41d72c9c18b6bedbd;hp=f067891c4465126d769a4c1dc66834f8618e37c5;hpb=14b952fe32ba20b7bac685da07633b2ce5b5a5af;p=sage.d.git diff --git a/makefile b/makefile index f067891..858d067 100644 --- a/makefile +++ b/makefile @@ -1,2 +1,6 @@ +SAGE = $(shell which sage) + +check: + PYTHONPATH="." $(SAGE) -t mjo/ clean: find ./ -type f -name '*.pyc' -delete