Files
RomWBW/Source/Makefile
Wayne Warthen 7d19d3e403 More Cleanup
2023-02-13 19:32:43 -08:00

22 lines
414 B
Makefile

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