tj/mmake

mmake help doesn't output comments from include targets

Open

#31 opened on 2018年8月29日

GitHub で見る
 (1 comment) (0 reactions) (0 assignees)Go (44 forks)github user discovery
help wanted

Repository metrics

Stars
 (1,737 stars)
PR merge metrics
 (PR metrics pending)

説明

@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

コントリビューターガイド