소스 검색

makefile: add release target. all target makes build all only

netaskd 5 년 전
부모
커밋
abac343442
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      Makefile

+ 3 - 1
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