build(Makefile): fix backend target call
This commit is contained in:
parent
f4688ff067
commit
669350884d
2
Makefile
2
Makefile
@ -171,7 +171,7 @@ well-known: static;
|
|||||||
##### BACKEND TARGETS #####
|
##### BACKEND TARGETS #####
|
||||||
|
|
||||||
.PHONY: %-backend
|
.PHONY: %-backend
|
||||||
%-backend: --image-build --containerized-%-backend;
|
%-backend: --image-build --containerized---%-backend;
|
||||||
|
|
||||||
# TODO: to be deprecated by start-%
|
# TODO: to be deprecated by start-%
|
||||||
.PHONY: serve-backend
|
.PHONY: serve-backend
|
||||||
|
|||||||
Reference in New Issue
Block a user