diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-02-03 21:42:15 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-02-03 21:49:34 +0100 |
| commit | 186b9d5c719951f4e84048b6b4a7bc937461033e (patch) | |
| tree | 7f0d159526aa5fffd50031e4dc0bcca3a0f20865 | |
| parent | 4ef68e136eb6276cd7dc39426720ce5d7e87d2d4 (diff) | |
| download | jetpac.nes-186b9d5c719951f4e84048b6b4a7bc937461033e.tar.gz jetpac.nes-186b9d5c719951f4e84048b6b4a7bc937461033e.zip | |
Fix typo on Makefile
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
