tj/mmake

mmake help doesn't output comments from include targets

Open

#31 ouverte le 29 août 2018

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)Go (44 forks)github user discovery
help wanted

Métriques du dépôt

Stars
 (1 737 stars)
Métriques de merge PR
 (Métriques PR en attente)

Description

@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

Guide contributeur