From 6237a02a0e554f5d590dfa1a02f0a92c0f3f8e2a Mon Sep 17 00:00:00 2001 From: StewBC Date: Thu, 11 Jan 2024 12:05:38 -0800 Subject: [PATCH] Fixed case --- Makefile-tap.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile-tap.mk b/Makefile-tap.mk index 0fd9e2c..fd5ed78 100644 --- a/Makefile-tap.mk +++ b/Makefile-tap.mk @@ -12,5 +12,5 @@ REMOVES += $(TAP) .PHONY: tap tap: $(TAP) -$(TAP): cc65-chess.atmos +$(TAP): cc65-Chess.atmos $(call CP, $< $@)