From: Ian Jackson Date: Fri, 1 Apr 2022 22:08:43 +0000 (+0100) Subject: Deploy release build X-Git-Tag: otter-1.0.0~15 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=719143b4452a36ae16bacf05f574e06be7a07361;p=otter.git Deploy release build Signed-off-by: Ian Jackson --- diff --git a/Makefile b/Makefile index da72361f..a35c5e13 100644 --- a/Makefile +++ b/Makefile @@ -60,7 +60,7 @@ endif RECOLOUR_SVG ?= ./run-inkscape-extension $(INKSCAPE_EXTENSIONS)/color_replace.py DEPLOY_ARCH=x86_64-unknown-linux-musl -DEPLOY_RELEASE=debug +DEPLOY_RELEASE=release DEPLOY_TARGET_DIR=$(TARGET_DIR)/$(addsuffix /,$(DEPLOY_ARCH))$(DEPLOY_RELEASE) DEPLOYED_BRANCH=deployed PUBLISHED_BRANCH=published