diff --git a/Makefile b/Makefile index 52734e06c..3b4f56ffa 100644 --- a/Makefile +++ b/Makefile @@ -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-%