1
0
mirror of https://github.com/cc65/cc65.git synced 2026-01-22 17:16:21 +00:00

add subdirs to "platforms"

This commit is contained in:
mrdudz
2025-06-26 22:44:26 +02:00
parent 000789de95
commit 261180577c

View File

@@ -791,6 +791,12 @@ TARGETS := \
# --------------------------------------------------------------------------
# Rule to make the binaries for every platform
define TARGETDIR_recipe
@+$(MAKE) -C $(dir) $(PD) $(PQ)
endef # TARGETDIR_recipe
define TARGET_recipe
@echo making targettest for: $(T)
@@ -801,6 +807,7 @@ endef # TARGET_recipe
platforms:
$(foreach T,$(TARGETS),$(TARGET_recipe))
$(foreach dir,$(DIRLIST),$(TARGETDIR_recipe))
# --------------------------------------------------------------------------
# some programs link against getsp.o