mirror of
https://github.com/Threnklyn/zeit.git
synced 2026-05-18 21:03:30 +02:00
5 lines
86 B
Makefile
5 lines
86 B
Makefile
VERSION=0.0
|
|
|
|
all:
|
|
go build -ldflags "-X github.com/mrusme/zeit/z.VERSION=$(VERSION)"
|