aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2022-11-01 01:27:07 -0400
committerB. Watson <urchlay@slackware.uk>2022-11-01 01:27:07 -0400
commit1cf1a42b0eaf807e69608979772d09dbfe00b9fe (patch)
tree95e07dde2e8c27b7e04e1fc1109caebafd27056c /Makefile
parentd3481fac922d0915d33eec8da05b05990aad3a58 (diff)
downloaddla-asm-1cf1a42b0eaf807e69608979772d09dbfe00b9fe.tar.gz
fastmasks, ~15% speedup
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 $@ $<