From 4989ce485c6f122415d68cef0591c9f7214c3de4 Mon Sep 17 00:00:00 2001 From: Olli Savia Date: Sun, 16 Jun 2024 19:15:54 +0300 Subject: [PATCH] Build hello-asm.s on C16 & Plus/4 --- samples/cbm/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/samples/cbm/Makefile b/samples/cbm/Makefile index fe9d349bc..4b89722d2 100644 --- a/samples/cbm/Makefile +++ b/samples/cbm/Makefile @@ -103,10 +103,11 @@ EXELIST_cbm610 = \ nachtm EXELIST_plus4 = \ - plasma + plasma \ + hello EXELIST_c16 = \ - notavailable + hello EXELIST_pet = \ notavailable