Skip to content

Commit eeaaa40

Browse files
committed
add Makefile help information
1 parent 45cc0ae commit eeaaa40

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

server/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ clean:
3232
@if [ -f ${GVA} ] ; then rm ${GVA} ; fi
3333

3434
help:
35-
@echo "make - 生成gva终端工具,初始化数据后删除gva终端工具"
35+
@echo "make - 构建gva终端工具并初始化数据,初始化数据后删除gva终端工具,启动server项目"
36+
@echo "make gva - 构建gva终端工具"
37+
@echo "make initdb - 如果有gva终端工具就初始化数据,初始化数据后删除gva终端工具,没有则不会执行"
3638
@echo "make linux-build - 编译 Go 代码, 生成Linux系统的二进制文件"
3739
@echo "make windows-build - 编译 Go 代码, 生成Windows系统的exe文件"
3840
@echo "make mac-build - 编译 Go 代码, 生成Mac系统的二进制文件"

0 commit comments

Comments
 (0)