tj/mmake

mmake help doesn't output comments from include targets

Open

#31 创建于 2018年8月29日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)Go (44 fork)github user discovery
help wanted

仓库指标

Star
 (1,737 star)
PR 合并指标
 (PR 指标待抓取)

描述

@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

贡献者指南