makefile: add release target. all target makes build all only
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
e8c8342848
commit
abac343442
4
Makefile
4
Makefile
@@ -9,7 +9,9 @@ ifeq ($(FORCE_REBUILD), 1)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
all: build-all tag-all push-all
|
all: build-all
|
||||||
|
|
||||||
|
release: tag-all push-all
|
||||||
|
|
||||||
build:
|
build:
|
||||||
$(MAKE) BUILD_ARGS=$(BUILD_ARGS) JITSI_RELEASE=$(JITSI_RELEASE) -C $(JITSI_SERVICE) build
|
$(MAKE) BUILD_ARGS=$(BUILD_ARGS) JITSI_RELEASE=$(JITSI_RELEASE) -C $(JITSI_SERVICE) build
|
||||||
|
|||||||
Reference in New Issue
Block a user