make sure "make platforms" actually checks all targets

This commit is contained in:
mrdudz
2025-06-26 01:34:32 +02:00
parent 0290b276ae
commit 8bf6bb606c
2 changed files with 16 additions and 3 deletions

View File

@@ -213,6 +213,9 @@ EXELIST_atari2600 = \
EXELIST_atari5200 = \ EXELIST_atari5200 = \
notavailable notavailable
EXELIST_atari7800 = \
notavailable
EXELIST_atmos = \ EXELIST_atmos = \
ascii \ ascii \
checkversion \ checkversion \
@@ -299,9 +302,7 @@ EXELIST_gamate = \
hello hello
EXELIST_geos-cbm = \ EXELIST_geos-cbm = \
ascii \ ascii
checkversion \
diodemo
EXELIST_geos-apple = \ EXELIST_geos-apple = \
ascii ascii
@@ -347,6 +348,9 @@ EXELIST_sim6502 = \
EXELIST_sim65c02 = $(EXELIST_sim6502) EXELIST_sim65c02 = $(EXELIST_sim6502)
EXELIST_rp6502 = \
notavailable
EXELIST_supervision = \ EXELIST_supervision = \
notavailable notavailable
@@ -413,6 +417,7 @@ TARGETS := \
atarixl \ atarixl \
atari2600 \ atari2600 \
atari5200 \ atari5200 \
atari7800 \
atmos \ atmos \
bbc \ bbc \
c128 \ c128 \
@@ -423,6 +428,8 @@ TARGETS := \
creativision \ creativision \
cx16 \ cx16 \
gamate \ gamate \
geos-apple \
geos-cbm \
kim1 \ kim1 \
lunix \ lunix \
lynx \ lynx \
@@ -431,6 +438,7 @@ TARGETS := \
pce \ pce \
pet \ pet \
plus4 \ plus4 \
rp6502 \
sim6502 \ sim6502 \
sim65c02 \ sim65c02 \
supervision \ supervision \
@@ -438,12 +446,14 @@ TARGETS := \
telestrat \ telestrat \
vic20 vic20
# -------------------------------------------------------------------------- # --------------------------------------------------------------------------
# Rule to make the binaries for every platform # Rule to make the binaries for every platform
define TARGET_recipe define TARGET_recipe
@echo making samples for: $(T) @echo making samples for: $(T)
@$(MAKE) --no-print-directory clean SYS:=$(T)
@$(MAKE) -j2 SYS:=$(T) @$(MAKE) -j2 SYS:=$(T)
@$(MAKE) --no-print-directory clean SYS:=$(T) @$(MAKE) --no-print-directory clean SYS:=$(T)

View File

@@ -43,6 +43,9 @@ EXELIST_atari2600 = \
EXELIST_atari5200 = \ EXELIST_atari5200 = \
notavailable notavailable
EXELIST_atari7800 = \
notavailable
EXELIST_bbc = \ EXELIST_bbc = \
notavailable notavailable