tj/mmake

mmake help doesn't output comments from include targets

Open

#31 geöffnet am 29. Aug. 2018

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Go (44 Forks)github user discovery
help wanted

Repository-Metriken

Stars
 (1.737 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

@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

Contributor Guide