Wayne Warthen
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
-
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 |
|
|
|