From 391f0b3378fa47aaa51da5220e48e27cf17e9ada Mon Sep 17 00:00:00 2001 From: Raphael Date: Mon, 12 May 2025 14:01:27 +0200 Subject: [PATCH] style(test): test rules for make file show the configuration --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1f2b015..55e59ec 100644 --- a/Makefile +++ b/Makefile @@ -85,7 +85,7 @@ debug: CPPFLAGS += -D DEBUG=1 debug: re test: debug - @printf '$(GREY) now running with\n\t- Port:\t$(GREEN)4243$(GREY)\n\t-Password:\t$(GREEN)irc$(END)\n' + @printf '$(GREY) now running with\n\t- Port:\t\t$(GREEN)4243$(GREY)\n\t- Password:\t$(GREEN)irc$(END)\n' @./$(NAME) 4243 irc # Header