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

Trying to make a /read

This commit is contained in:
Zack Scholl
2017-11-02 06:27:39 -06:00
parent 0ef75a919c
commit 5ae5c91945
3 changed files with 43 additions and 17 deletions

View File

@@ -9,6 +9,11 @@ build:
go-bindata static/... templates/...
go build ${LDFLAGS}
.PHONY: quick
quick:
go-bindata static/... templates/...
go build
.PHONY: linuxarm
linuxarm:
env GOOS=linux GOARCH=arm go build ${LDFLAGS} -o dist/cowyo_linux_arm