From 55dba26bfd2c49bbd07e4da95179a53ce5c163a8 Mon Sep 17 00:00:00 2001 From: "Konstantin Kirik (snegovick)" Date: Thu, 25 Dec 2025 17:09:35 +0300 Subject: Add logger to control debug printing from single point --- appl/lib/mkfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'appl/lib/mkfile') diff --git a/appl/lib/mkfile b/appl/lib/mkfile index 0becc2b..567d36f 100644 --- a/appl/lib/mkfile +++ b/appl/lib/mkfile @@ -3,16 +3,18 @@ TARG=\ sh9util.dis\ sh9parser.dis\ + sh9log.dis\ SYSMODULES=\ sh9util.m\ sh9parser.m\ + sh9log.m\ sys.m\ MODULES=\ - + DISBIN=$ROOT/dis/lib -- cgit v1.2.3