build(Makefile): fix stop-%
This commit is contained in:
parent
b5b8567074
commit
8028a1f36b
3
Makefile
3
Makefile
@ -352,7 +352,8 @@ stop:
|
|||||||
rm -rf develop
|
rm -rf develop
|
||||||
.PHONY: stop-%
|
.PHONY: stop-%
|
||||||
# HELP(stop-{database,memcached,minio,backend,frontend,hoogle}): stop all currently running develop instances of a given type
|
# 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)/$*
|
rm -rf $(DEVELOP)/$*
|
||||||
stop-container-by-file:
|
stop-container-by-file:
|
||||||
rm $(CONTAINER_FILE)
|
rm $(CONTAINER_FILE)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user