mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-04 18:12:27 +08:00
3 lines
77 B
Makefile
3 lines
77 B
Makefile
# gen 生成proto
|
|
gen:
|
|
protoc -I. --go_out=paths=source_relative:. ./*.proto
|