build: add extra makefiles
This commit is contained in:
9
Makefile
Normal file
9
Makefile
Normal file
@@ -0,0 +1,9 @@
|
||||
build-all:
|
||||
$(MAKE) -C base build
|
||||
$(MAKE) -C base-java build
|
||||
$(MAKE) -C web build
|
||||
$(MAKE) -C prosody build
|
||||
$(MAKE) -C jicofo build
|
||||
$(MAKE) -C jvb build
|
||||
|
||||
.PHONY: build-all
|
||||
4
base-java/Makefile
Normal file
4
base-java/Makefile
Normal file
@@ -0,0 +1,4 @@
|
||||
build:
|
||||
docker build -t jitsi/base-java .
|
||||
|
||||
.PHONY: build
|
||||
4
base/Makefile
Normal file
4
base/Makefile
Normal file
@@ -0,0 +1,4 @@
|
||||
build:
|
||||
docker build -t jitsi/base .
|
||||
|
||||
.PHONY: build
|
||||
Reference in New Issue
Block a user