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
|
.PHONY: build
|
||||||
build:
|
build:
|
||||||
go-bindata static/... templates/...
|
go-bindata static/... templates/...
|
||||||
go build ${LDFLAGS}
|
go build ${LDFLAGS}
|
||||||
|
|
||||||
.PHONY: quick
|
.PHONY: quick
|
||||||
quick:
|
quick:
|
||||||
go-bindata static/... templates/...
|
go-bindata static/... templates/...
|
||||||
go build
|
go build
|
||||||
|
|
||||||
.PHONY: linuxarm
|
.PHONY: linuxarm
|
||||||
@ -41,5 +41,3 @@ osx:
|
|||||||
|
|
||||||
.PHONY: release
|
.PHONY: release
|
||||||
release: osx windows linux64 linux32 linuxarm
|
release: osx windows linux64 linux32 linuxarm
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user