It is a simple template that i use frequently to initiate projects with Makefile.
|
|
It use a help recipe in Make that process the comments on top of each task, providing descriptions for tasks and allowing discovery from other that use the project.
Then when some run make inside the project, will generate the following output:
$ make
help Show this help.
up Turn on docker-compose environment.
down Turn on docker-compose environment