+@make -B exercises # force make (in case exercise files have been edited directly)
if[-n"$$(git status --porcelain)"];then echo'ERROR: Exercise files are not up-to-date with solutions. `git diff` after re-making them:'; git diff;exit 1;fi
if[-n"$$(git status --porcelain)"];then echo'ERROR: Exercise files are not up-to-date with solutions. `git diff` and `git status` after re-making them:'; git diff;git status;exit 1;fi