From 17452e6854ef29efeaaee862a08d50186c444515 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Thu, 17 Nov 2022 02:10:23 -0500 Subject: dla2csv.xex: use register for inp in convert(), add profiling. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3