From 652f73c073947a99efa07ed2906545834856ad5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 7 Feb 2023 15:47:11 +0100 Subject: [PATCH] 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. --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 5b2fef78..d6a860ba 100644 --- a/Makefile +++ b/Makefile @@ -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