Files
Pegasys-RomWBW/Source/Makefile
Wayne Warthen f8e0fb3a6f HDIAG Early Development
- Initial framework.  Just boots up and displays startup messages.
2021-09-20 19:51:19 -07:00

19 lines
359 B
Makefile

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