go-starter
go-starter copied to clipboard
update Makefile to show better help message
changes: group targets and colorful
screen shot:
issues: no idea how to strip the "Make variables" and "Special targets", maybe using different group mark for these special groups
discussion:
Why not setting the default goal to help (using .DEFAULT_GOAL:=help)? So that just running make as a quick start point to display help message. I use this convention in all my projects BTW.