> nvboard

ysyx_22040000 李心杨
Linux calcite 6.1.69 #1-NixOS SMP PREEMPT_DYNAMIC Wed Dec 20 16:00:29 UTC 2023 x86_64 GNU/Linux
 17:27:48  up   2:14,  2 users,  load average: 0.35, 0.91, 1.00
This commit is contained in:
tracer-ysyx 2024-01-04 17:27:48 +08:00 committed by xinyangli
parent 5810984cbb
commit 3543a2442d

View file

@ -16,8 +16,8 @@ SUBMAKE := $(OBJDIR)/V$(CHISEL_TOP_MODULE).mk
# Pretty printing
MAKEFLAGS += --no-print-directory
GREEN=\e[32m
NC=\e[0m
GREEN := \e[32m
NC := \e[0m
define colorize
printf '$(GREEN)'$(1)'$(NC) $(2)\n'
endef