build(Makefile): change 'make status' to show also dead container

This commit is contained in:
Stephan Barth 2024-11-04 14:54:56 +01:00
parent 6239978a6a
commit da35d404de

View File

@ -248,7 +248,7 @@ well-known: static;
.PHONY: status
# HELP: print develop status: running containers, used ports
status:
@./utils/develop-status.pl
@./utils/develop-status.pl -a
# TODO: rework logs
.PHONY: log-%