]> Cypherpunks.ru repositories - gocheese.git/blob - Makefile
3e93e1a6af95ddb4ae926f8d6051c5f5b125cf19
[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)"