mirror of
https://github.com/zeromicro/go-zero.git
synced 2025-01-23 17:20:24 +08:00
5 lines
147 B
Makefile
5 lines
147 B
Makefile
version := $(shell /bin/date "+%Y-%m-%d %H:%M")
|
|
|
|
build:
|
|
go build -ldflags="-s -w" -ldflags="-X 'main.BuildTime=$(version)'" goctl.go && upx goctl
|