4 lines
86 B
Makefile
4 lines
86 B
Makefile
VERSION=0.0
|
|
|
|
all:
|
|
go build -ldflags "-X github.com/mrusme/zeit/z.VERSION=$(VERSION)"
|