aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mssola@mssola.com>2026-02-03 21:42:15 +0100
committerMiquel Sabaté Solà <mssola@mssola.com>2026-02-03 21:49:34 +0100
commit186b9d5c719951f4e84048b6b4a7bc937461033e (patch)
tree7f0d159526aa5fffd50031e4dc0bcca3a0f20865 /Makefile
parent4ef68e136eb6276cd7dc39426720ce5d7e87d2d4 (diff)
downloadjetpac.nes-186b9d5c719951f4e84048b6b4a7bc937461033e.tar.gz
jetpac.nes-186b9d5c719951f4e84048b6b4a7bc937461033e.zip
Fix typo on Makefile
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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