]> Cypherpunks.ru repositories - gogost.git/blob - common.mk
1.1 release is ready
[gogost.git] / common.mk
1 LDFLAGS = -X cypherpunks.ru/gogost.Version=$(VERSION)
2
3 gogost-streebog:
4         GOPATH=$(GOPATH) go build -ldflags "$(LDFLAGS)" cypherpunks.ru/gogost/gost34112012/cmd/gogost-streebog
5
6 bench:
7         GOPATH=$(GOPATH) go test -benchmem -bench . cypherpunks.ru/gogost/...