From 3543a2442d4c261f78e7af87cc13c7365cfa9d00 Mon Sep 17 00:00:00 2001 From: tracer-ysyx Date: Thu, 4 Jan 2024 17:27:48 +0800 Subject: [PATCH] =?UTF-8?q?>=20nvboard=20ysyx=5F22040000=20=E6=9D=8E?= =?UTF-8?q?=E5=BF=83=E6=9D=A8=20Linux=20calcite=206.1.69=20#1-NixOS=20SMP?= =?UTF-8?q?=20PREEMPT=5FDYNAMIC=20Wed=20Dec=2020=2016:00:29=20UTC=202023?= =?UTF-8?q?=20x86=5F64=20GNU/Linux=20=2017:27:48=20=20up=20=20=202:14,=20?= =?UTF-8?q?=202=20users,=20=20load=20average:=200.35,=200.91,=201.00?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- npc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/npc/Makefile b/npc/Makefile index 54afa29..1ccd0b1 100644 --- a/npc/Makefile +++ b/npc/Makefile @@ -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