From 59c5d053881745e315e0cf4a5538f898f270bb87 Mon Sep 17 00:00:00 2001
From: oliverschmidt <oliverschmidt>
Date: Sun, 17 Aug 2008 09:56:58 +0000
Subject: [PATCH] Presuming that all platforms based on a certain cpu should be
 listed here...

---
 examples/compile-platforms/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/compile-platforms/Makefile b/examples/compile-platforms/Makefile
index 80467b1460..9575b8aa3d 100644
--- a/examples/compile-platforms/Makefile
+++ b/examples/compile-platforms/Makefile
@@ -6,7 +6,7 @@ all:
 
 compile: msp430 native
 
-6502:	c64.platform apple2enh.platform
+6502:	c64.platform c128.platform apple2enh.platform
 msp430: sky.platform esb.platform # msb430.platform
 native: native.platform netsim.platform minimal-net.platform
 
-- 
GitLab