1
0
mirror of https://github.com/schollz/cowyo.git synced 2023-08-10 21:13:00 +03:00

Version bump

Former-commit-id: d640f0b7b9eec46a415858619558157db8d33353
This commit is contained in:
Zack Scholl
2017-03-28 08:08:29 -06:00
parent 23536ad927
commit 4af9b87519
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ LDFLAGS=-ldflags "-s -w -X main.version=${VERSION}"
.PHONY: build
build:
go-bindata static/... templates/...
go build
go build ${LDFLAGS}
.PHONY: linuxarm
linuxarm: