Added quick & dirty Makefile

This commit is contained in:
マリウス 2020-10-11 15:05:10 +01:00
parent 3f5454426d
commit c5f21fb7b0
No known key found for this signature in database
GPG Key ID: C228EF0A530AF06F
1 changed files with 4 additions and 0 deletions

4
Makefile Normal file
View File

@ -0,0 +1,4 @@
VERSION=0.0
all:
go build -ldflags "-X github.com/mrusme/zeit/z.VERSION=$(VERSION)"