From abac343442ac7df06a760a6815d3d8652d938b28 Mon Sep 17 00:00:00 2001 From: netaskd Date: Mon, 24 Jun 2019 13:13:20 +0300 Subject: [PATCH] makefile: add release target. all target makes build all only --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e87d3c2..b085be4 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,9 @@ ifeq ($(FORCE_REBUILD), 1) endif -all: build-all tag-all push-all +all: build-all + +release: tag-all push-all build: $(MAKE) BUILD_ARGS=$(BUILD_ARGS) JITSI_RELEASE=$(JITSI_RELEASE) -C $(JITSI_SERVICE) build