build: refactor Makefile

Use a single one with dynamically generated rules instead of individual
makefiles which are 99% boilerplate.
This commit is contained in:
Saúl Ibarra Corretgé
2020-12-02 09:51:59 +01:00
parent b00f92ae19
commit 43f678d967
9 changed files with 6 additions and 35 deletions

View File

@@ -1,4 +0,0 @@
build:
docker build $(BUILD_ARGS) -t $(JITSI_REPO)/prosody .
.PHONY: build