forked from MirrorRepos/RomWBW
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
413 B
21 lines
413 B
#
|
|
# 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 += ZZR
|
|
#SUBDIRS += Doc
|
|
TOOLS = ../Tools
|
|
include $(TOOLS)/Makefile.inc
|
|
|