build(Makefile): fix backend target call

This commit is contained in:
Sarah Vaupel 2024-10-13 01:26:51 +02:00
parent f4688ff067
commit 669350884d

View File

@ -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