From 669350884d134c46559527748edc697eb64c11dc Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Sun, 13 Oct 2024 01:26:51 +0200 Subject: [PATCH] build(Makefile): fix backend target call --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1e5506091..dfe9c3816 100644 --- a/Makefile +++ b/Makefile @@ -171,7 +171,7 @@ well-known: static; ##### BACKEND TARGETS ##### .PHONY: %-backend -%-backend: --image-build --containerized-%-backend; +%-backend: --image-build --containerized---%-backend; # TODO: to be deprecated by start-% .PHONY: serve-backend