Fixed case

This commit is contained in:
StewBC 2024-01-11 12:05:38 -08:00
parent 5ec7fe9753
commit 6237a02a0e
1 changed files with 1 additions and 1 deletions

View File

@ -12,5 +12,5 @@ REMOVES += $(TAP)
.PHONY: tap
tap: $(TAP)
$(TAP): cc65-chess.atmos
$(TAP): cc65-Chess.atmos
$(call CP, $< $@)