aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 19bb980..4151db7 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ CA65FLAGS=-t none
# also works, but not all DOSes have MEMLO set that low... must investigate
# why this happens.
CC65=$(CL65)
-CC65FLAGS=-t atari -W -unused-param --start-addr 0x2800
+CC65FLAGS=-t atari -W -unused-param --start-addr 0x2800 -Or
# Host C compiler (usually a symlink to gcc or clang).
CC=cc