From 2aa3bc20182f9ec0c738afd3dd6f4e6e5f9cb2af Mon Sep 17 00:00:00 2001 From: Wayne Warthen Date: Mon, 12 Feb 2024 11:22:53 -0800 Subject: [PATCH] Update Makefile --- Source/CPNET/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/CPNET/Makefile b/Source/CPNET/Makefile index 7acf4df5..1cb2bf5b 100644 --- a/Source/CPNET/Makefile +++ b/Source/CPNET/Makefile @@ -14,5 +14,5 @@ cpn3%.lbr: CPNETVER=cpnet3 %.lbr: cd $(HWVER)/$(CPNETVER) - $(ZXCC) nulu --O -$(*F) -\<30 --A -*.* --L --X + $(ZXCC) NULU --O -$(*F) -\<30 --A -*.* --L --X mv $@ ../..