mirror of
https://github.com/schollz/cowyo.git
synced 2023-08-10 21:13:00 +03:00
Strip trailing whitespace
This commit is contained in:
parent
81f6b2d263
commit
c802fa06be
6
Makefile
6
Makefile
@ -6,12 +6,12 @@ LDFLAGS=-ldflags "-s -w -X main.version=${VERSION}" -a -installsuffix cgo
|
||||
|
||||
.PHONY: build
|
||||
build:
|
||||
go-bindata static/... templates/...
|
||||
go-bindata static/... templates/...
|
||||
go build ${LDFLAGS}
|
||||
|
||||
.PHONY: quick
|
||||
quick:
|
||||
go-bindata static/... templates/...
|
||||
go-bindata static/... templates/...
|
||||
go build
|
||||
|
||||
.PHONY: linuxarm
|
||||
@ -41,5 +41,3 @@ osx:
|
||||
|
||||
.PHONY: release
|
||||
release: osx windows linux64 linux32 linuxarm
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user