From 8db417597c8443c9de304334b7186531da213957 Mon Sep 17 00:00:00 2001 From: phyzhenli <48823046+phyzhenli@users.noreply.github.com> Date: Thu, 3 Apr 2025 16:40:28 +0800 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 50cff2d17..2dfc1c691 100644 --- a/Makefile +++ b/Makefile @@ -66,7 +66,7 @@ endif ifdef ABC_USE_NAMESPACE CFLAGS += -DABC_NAMESPACE=$(ABC_USE_NAMESPACE) -fpermissive -x c++ CC := $(CXX) - $(info $(MSG_PREFIX)Compiling in namespace $(ABC_NAMESPACE)) + $(info $(MSG_PREFIX)Compiling in namespace $(ABC_USE_NAMESPACE)) endif # compile CUDD with ABC