diff --git a/Makefile b/Makefile index 12fd598..d597c21 100644 --- a/Makefile +++ b/Makefile @@ -102,7 +102,7 @@ help: @echo -e " $(GREEN)INSTALL_PREFIX$(RESET) Prefix where library and include files will be installed." @echo -e " $(GREEN)CODEGEN_INPUT$(RESET) Input file for code generation (See $(CYAN)codegen_custom_data_example.json$(RESET) for an example)." @echo -e " $(GREEN)RUNTIME_ASSERT$(RESET) Whether runtime asserts are enabled $(MAGENTA)[true | false] $(YELLOW)(Default: true)$(RESET)." - @echo -e " $(GREEN)$(RESET) $(BOLD)$(RED)DISCLAIMER:$(RESET) Using this flag is not recommended as it disables safety checks" + @echo -e " $(GREEN)$(RESET) $(BOLD)$(BG_BRIGHT_RED)DISCLAIMER:$(RESET) Using this flag is not recommended as it disables safety checks" @echo -e " $(GREEN)$(RESET) potentially leading to Undefined Behaviour." @echo @echo -e "$(BOLD)$(BLUE)Available targets:$(RESET)"