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 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 $@ $<