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
|
||||
.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)
|
||||
|
||||
Reference in New Issue
Block a user