Fixed Color in makefiles
This commit is contained in:
parent
519aa1a781
commit
cf81642540
3 changed files with 3 additions and 3 deletions
|
|
@ -38,7 +38,7 @@ DEPS = $(addsuffix .d,$(addprefix $(BUILD_DIR)/aq/,$(SRC_FILES)))
|
|||
LIBS = $(addprefix $(LIBS_DIR)/,$(LIBS_NAME))
|
||||
INCLUDES = $(addprefix -I,$(foreach P,$(INCLUDE_DIR) $(LIBS) $(addsuffix /include,$(LIBS)) vendor $(addsuffix /vendor,$(LIBS)),$(realpath $(P))))
|
||||
COL_BOLD = \033[1m
|
||||
COL_GOLD = \033[33m
|
||||
COL_GOLD = \033[93m
|
||||
COL_GRAY = \033[90m
|
||||
COL_GREEN = \033[32m
|
||||
COL_RESET = \033[0m
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue