style(test): test rules for make file show the configuration
This commit is contained in:
parent
96d920a880
commit
391f0b3378
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue