From 65c640d2cf1059e97e518feb3a3a348a70a95636 Mon Sep 17 00:00:00 2001 From: mrdudz Date: Mon, 24 May 2021 15:15:07 +0200 Subject: [PATCH] added missing atari5200 target --- samples/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/samples/Makefile b/samples/Makefile index f1e7a1e0b..7e5c1934d 100644 --- a/samples/Makefile +++ b/samples/Makefile @@ -190,6 +190,9 @@ EXELIST_atarixl = $(EXELIST_atari) EXELIST_atari2600 = \ atari2600hello +EXELIST_atari5200 = \ + notavailable + EXELIST_atmos = \ ascii \ hello \