提交 e45abef4 作者: Steven Allen

feat: add default makefile to call gnumake

* gmake will prefer GNUmakefile over Makefile.
* Other make implementations will read Makefile and then call gmake.
上级 1de768fb
all:
@gmake $@
.PHONY: all
.DEFAULT:
@gmake $@
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论