From 186b9d5c719951f4e84048b6b4a7bc937461033e Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 3 Feb 2026 21:42:15 +0100 Subject: Fix typo on Makefile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 94ea55b..a4e5fb7 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ endif # that you might require. CCOPTS ?= --target nes -# Be strict and when using xa65, and extra verbose if V=1. +# Be strict when using xa65, and extra verbose if V=1. ifeq ($(CC65),xa65) ifeq ($(strip $(V)),) CCOPTS += --strict -- cgit v1.2.3