build(Makefile): fix stop-%

This commit is contained in:
Sarah Vaupel 2024-10-23 01:13:03 +02:00
parent b5b8567074
commit 8028a1f36b

View File

@ -352,7 +352,8 @@ stop:
rm -rf develop
.PHONY: stop-%
# HELP(stop-{database,memcached,minio,backend,frontend,hoogle}): stop all currently running develop instances of a given type
stop-%: --stop-%
stop-%:
$(SET_DEVELOP)
rm -rf $(DEVELOP)/$*
stop-container-by-file:
rm $(CONTAINER_FILE)