From 3be89b9809561b80b35347e0030fd3a800076b50 Mon Sep 17 00:00:00 2001 From: Rubén Beltrán del Río Date: Sun, 18 Jan 2026 18:22:31 +0100 Subject: Add prune --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 57a54a4..8e104e3 100644 --- a/Makefile +++ b/Makefile @@ -92,6 +92,9 @@ po/%/LC_MESSAGES/systems.tranquil.Map.mo: po/%.po # Container Images ############################################################# build-container-%: +ifeq ($(clean_images),1) + podman system prune -af +endif @echo "=== Building container image: $(container_image_prefix):$* ===" podman build -t $(container_image_prefix):$* build-containers/$* -- cgit