When trying to set up the template, I followed the Readme indications, but it failed at ``` make build ``` Since the build recipe does not generate the git_sha.adoc file. The correct command to make it work is ``` make all ``` Suggest to make the change in the readme, one shouldn't have to read the makefile to make it work ?