From 1cf1a42b0eaf807e69608979772d09dbfe00b9fe Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 1 Nov 2022 01:27:07 -0400 Subject: fastmasks, ~15% speedup --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fb969a8..3109cd9 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ clean: rm -f dla.xex dlatbl.s dla.list dla.labels *.o test: all - atari800 -turbo dla.xex + atari800 dla.xex %.xex: %.s $(CL65) $(CL65FLAGS) -t none -o $@ $< -- cgit v1.2.3