File: Makefile.help.mk

package info (click to toggle)
golang-github-goombaio-namegenerator 0.0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 156 kB
  • sloc: makefile: 62; sh: 32
file content (5 lines) | stat: -rw-r--r-- 161 bytes parent folder | download | duplicates (2)
1
2
3
4
5
.PHONY:	help
help:  ## Show this help ( default )
	@fgrep -h "##" $(MAKEFILE_LIST) | fgrep -v fgrep | sed -e 's/\\$$//' | sed -e 's/##//'

.DEFAULT_GOAL := help