tj/mmake

mmake help doesn't output comments from include targets

Open

#31 aperta il 29 ago 2018

Vedi su GitHub
 (1 commento) (0 reazioni) (0 assegnatari)Go (44 fork)github user discovery
help wanted

Metriche repository

Star
 (1737 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

@tj , thanks for this awesome tooling. I'm not sure if this was ever possible. But in 1.3.0 mmake help does not output any help data for a simple included common makefile.

Makefile

include ../common.mk

common.mk

# example command help string
start:
  @echo test
.PHONY: start

Guida contributor