提交 ff85562f 编写于 作者: m0_50812349's avatar m0_50812349

add Makefile help information

上级 bef9b485
......@@ -32,7 +32,9 @@ clean:
@if [ -f ${GVA} ] ; then rm ${GVA} ; fi
help:
@echo "make - 生成gva终端工具,初始化数据后删除gva终端工具"
@echo "make - 构建gva终端工具并初始化数据,初始化数据后删除gva终端工具,启动server项目"
@echo "make gva - 构建gva终端工具"
@echo "make initdb - 如果有gva终端工具就初始化数据,初始化数据后删除gva终端工具,没有则不会执行"
@echo "make linux-build - 编译 Go 代码, 生成Linux系统的二进制文件"
@echo "make windows-build - 编译 Go 代码, 生成Windows系统的exe文件"
@echo "make mac-build - 编译 Go 代码, 生成Mac系统的二进制文件"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册