The Makefile provided by the archive contains an interesting line:
64 $(shell cd lib; git ls-files | sed 's,^,lib/,') \
that leads to an error in the build logs:
/bin/sh: git: command not found
Aparently this does not break build but investigation is needed.