aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2022-11-17 02:10:23 -0500
committerB. Watson <urchlay@slackware.uk>2022-11-17 02:10:23 -0500
commit17452e6854ef29efeaaee862a08d50186c444515 (patch)
treef4bfda66225060bea9f54b3042b8bc96f299a67a /Makefile
parent6c612710debc11f942e4390aa636991e22d40d89 (diff)
downloaddla-asm-17452e6854ef29efeaaee862a08d50186c444515.tar.gz
dla2csv.xex: use register for inp in convert(), add profiling.
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