From 27e03d280373c401e633f74edd81d3831b1a9f3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Eckel?= Date: Thu, 13 Feb 2025 17:08:14 +0100 Subject: [PATCH] from d-c- to d c MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Eckel --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ed15997..76e4da8 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ export PRINT_HELP_PYSCRIPT # Basic commands # ################## DOCKER := docker -DC := docker-compose +DC := docker compose HELP := python -c "$$PRINT_HELP_PYSCRIPT" ECHO := /usr/bin/env echo