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

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)"