mirror of https://github.com/wwarthen/RomWBW.git
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.
16 lines
326 B
16 lines
326 B
#
|
|
# order is actually important, because of build dependencies
|
|
#
|
|
NOTDONE = Doc
|
|
SUBDIRS = Prop
|
|
SUBDIRS += Apps
|
|
SUBDIRS += CBIOS HBIOS
|
|
SUBDIRS += CPM22 ZCPR ZCPR-DJ ZSDOS CPM3
|
|
SUBDIRS += ZPM3
|
|
SUBDIRS += Forth
|
|
NOTDONE += Fonts
|
|
SUBDIRS += BPBIOS
|
|
SUBDIRS += HBIOS
|
|
SUBDIRS += Images
|
|
TOOLS = ../Tools
|
|
include $(TOOLS)/Makefile.inc
|
|
|