mirror of
https://github.com/writeas/writefreely
synced 2025-01-04 20:19:38 +01:00
commit
9421cfd422
2
Makefile
2
Makefile
@ -1,5 +1,5 @@
|
||||
GITREV=`git describe | cut -c 2-`
|
||||
LDFLAGS=-ldflags="-s -w -X 'github.com/writefreely/writefreely.softwareVer=$(GITREV)'"
|
||||
LDFLAGS=-ldflags="-s -w -X 'github.com/writefreely/writefreely.softwareVer=$(GITREV)' -extldflags '-static'"
|
||||
|
||||
GOCMD=go
|
||||
GOINSTALL=$(GOCMD) install $(LDFLAGS)
|
||||
|
Loading…
Reference in New Issue
Block a user