Star
0
Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
项目讨论
Wiki
项目成员
5
分析
项目设置
Star
0
Fork
0
master
kubo
/
Makefile
下载
S
Steven Allen
feat: add default makefile to call gnumake
e45abef4
创建于
2019年8月2日
历史提交
all:
@gmake
$@
.PHONY
: all
.DEFAULT:
@gmake
$@