Files
Pegasys-RomWBW/Source/Makefile
Wayne Warthen 2d1aab4a62 Improved build processing for ZRC
ZRC CF image prefix is now created dynamically and imbeds ROM image from current build.
2020-09-02 12:30:00 -07:00

17 lines
320 B
Makefile

#
# order is actually important, because of build dependencies
#
SUBDIRS = Prop
SUBDIRS += Apps
SUBDIRS += CBIOS
SUBDIRS += Forth
SUBDIRS += Fonts
SUBDIRS += CPM22 ZCPR ZCPR-DJ ZSDOS
SUBDIRS += HBIOS CPM3
SUBDIRS += ZPM3
#SUBDIRS += BPBIOS
SUBDIRS += Images
SUBDIRS += ZRC
TOOLS = ../Tools
include $(TOOLS)/Makefile.inc