From c138454bcc583cfd1a37536665ba5be5de0e4020 Mon Sep 17 00:00:00 2001 From: Greg King Date: Mon, 7 Feb 2022 14:14:30 -0500 Subject: [PATCH] Removed geos_apple and geos_cbm from the lists of targets. They need resource files to go with the program source files. The top-level samples and targettest programs don't have those resources. --- samples/Makefile | 2 -- targettest/Makefile | 2 -- 2 files changed, 4 deletions(-) diff --git a/samples/Makefile b/samples/Makefile index 18a663c1b..5c44d1947 100644 --- a/samples/Makefile +++ b/samples/Makefile @@ -379,8 +379,6 @@ TARGETS := \ creativision \ cx16 \ gamate \ - geos-apple \ - geos-cbm \ lunix \ lynx \ nes \ diff --git a/targettest/Makefile b/targettest/Makefile index 3e8698c34..806f6b445 100644 --- a/targettest/Makefile +++ b/targettest/Makefile @@ -738,8 +738,6 @@ TARGETS := \ creativision \ cx16 \ gamate \ - geos-apple \ - geos-cbm \ lunix \ lynx \ nes \