build_$(module) depends on make_$(module)
This commit is contained in:
@@ -17,7 +17,7 @@ container_image_name = $(REGISTRY_DOMAIN)/$(REGISTRY_USER)/joeac.net-$(module)
|
|||||||
|
|
||||||
define build_module_rule =
|
define build_module_rule =
|
||||||
.PHONY: build_$(module)
|
.PHONY: build_$(module)
|
||||||
build_$(module): $(module)
|
build_$(module): make_$(module)
|
||||||
sudo podman-compose build $(module)
|
sudo podman-compose build $(module)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user