]> Cypherpunks.ru repositories - gocheese.git/blob - Makefile
Fix workability to password refreshing
[gocheese.git] / Makefile
1 VERSION != cat VERSION
2 LDFLAGS = -X main.Version=$(VERSION)
3
4 gocheese: gocheese.go
5         GOPATH=$(GOPATH) go build -ldflags "$(LDFLAGS)"