Browse Source

Update Makefile

pull/109/head
Wayne Warthen 6 years ago
committed by GitHub
parent
commit
02c051f47c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      Source/CPM3/Makefile

3
Source/CPM3/Makefile

@ -11,7 +11,8 @@ OTHERS += biosldrc.rel biosldrd.rel
TOOLS = ../../Tools TOOLS = ../../Tools
include $(TOOLS)/Makefile.inc include $(TOOLS)/Makefile.inc
export ZXINCDIR := ../
ZXINCDIR = ../
export ZXINCDIR
BIOSOBJS = bioskrnl.rel scb.rel boot.rel chario.rel BIOSOBJS = bioskrnl.rel scb.rel boot.rel chario.rel
BIOSOBJS += move.rel drvtbl.rel diskio.rel util.rel BIOSOBJS += move.rel drvtbl.rel diskio.rel util.rel

Loading…
Cancel
Save