Files
wesher/Makefile
2019-03-28 22:11:26 +01:00

7 lines
174 B
Makefile

VERSION=`git describe --tags --dirty --always`
LDFLAGS=-ldflags "-X main.version=${VERSION}"
build:
go build ${LDFLAGS} ${OPTS} -o wesher
sha256sum wesher > wesher.sha256