diff options
| author | Joe Carstairs <me@joeac.net> | 2026-06-22 13:44:05 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-06-22 13:44:05 +0100 |
| commit | e9909ef057e12163380d86e9aface7af44b227e2 (patch) | |
| tree | 882578548b552ebdf7c4403b477b1375b1d49b76 | |
| parent | e49ccc5aa3a55b3a3f5229839383861585dec9c6 (diff) | |
build_$(module) depends on make_$(module)
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ container_image_name = $(REGISTRY_DOMAIN)/$(REGISTRY_USER)/joeac.net-$(module) define build_module_rule = .PHONY: build_$(module) -build_$(module): $(module) +build_$(module): make_$(module) sudo podman-compose build $(module) endef |
