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.
17 lines
335 B
17 lines
335 B
#
|
|
# 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
|
|
SUBDIRS += ZZR
|
|
TOOLS = ../Tools
|
|
include $(TOOLS)/Makefile.inc
|
|
|