Added quick & dirty Makefile
This commit is contained in:
parent
3f5454426d
commit
c5f21fb7b0
1 changed files with 4 additions and 0 deletions
4
Makefile
Normal file
4
Makefile
Normal file
|
@ -0,0 +1,4 @@
|
|||
VERSION=0.0
|
||||
|
||||
all:
|
||||
go build -ldflags "-X github.com/mrusme/zeit/z.VERSION=$(VERSION)"
|
Loading…
Reference in a new issue