algo/tests/Makefile: Execute the command only once
When git is not available or the current directory is not under a git, an error message is displayed each time the command is launched. Using $(shell ...) construct the command will be launched at the affectation and not each time the variable is used.
Please register or sign in to comment