Add Makefile target for shaman-checkout-id-setter

It's not meant to be widely used, but this at least gives an easier way
to build the static library with embedded version info intact.
This commit is contained in:
Sybren A. Stüvel 2023-02-07 15:47:11 +01:00
parent 80e0d0fc18
commit 652f73c073

@ -80,6 +80,10 @@ flamenco-manager_race:
flamenco-worker_race:
CGO_ENABLED=1 go build -race -o $@ -v ${BUILD_FLAGS} ${PKG}/cmd/flamenco-worker
.PHONY: shaman-checkout-id-setter
shaman-checkout-id-setter:
go build -v ${BUILD_FLAGS} ${PKG}/cmd/shaman-checkout-id-setter
webapp:
yarn --cwd web/app install