X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=makefile;h=858d0673cca758611b73b50f6025a05b3d2ccf16;hb=af22a5320eb5a915ff50bc6f90f87195d6cd615d;hp=f067891c4465126d769a4c1dc66834f8618e37c5;hpb=d81bf7e3bad357561577002787819f4821d7e991;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