Fixed Color in makefiles

This commit is contained in:
Maix0 2024-07-03 22:48:20 +02:00
parent 519aa1a781
commit cf81642540
3 changed files with 3 additions and 3 deletions

View file

@ -49,7 +49,7 @@ COL_WHITE = \033[37m
COL_GREEN = \033[32m
COL_BOLD = \033[1m
COL_RESET = \033[0m
COL_GOLD = \033[33m
COL_GOLD = \033[93m
# TODO: REMOVE FOR RENDU !!!!!
CFLAGS += -DPRINT_BACKTRACE