From 02c051f47c8e3793938f68fe338f212ecda240eb Mon Sep 17 00:00:00 2001 From: Wayne Warthen Date: Fri, 6 Mar 2020 14:56:48 -0800 Subject: [PATCH] Update Makefile --- Source/CPM3/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/CPM3/Makefile b/Source/CPM3/Makefile index c50b7ac6..bfb4d5f3 100644 --- a/Source/CPM3/Makefile +++ b/Source/CPM3/Makefile @@ -11,7 +11,8 @@ OTHERS += biosldrc.rel biosldrd.rel TOOLS = ../../Tools include $(TOOLS)/Makefile.inc -export ZXINCDIR := ../ +ZXINCDIR = ../ +export ZXINCDIR BIOSOBJS = bioskrnl.rel scb.rel boot.rel chario.rel BIOSOBJS += move.rel drvtbl.rel diskio.rel util.rel