aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2022-10-31 15:07:02 -0400
committerB. Watson <urchlay@slackware.uk>2022-10-31 15:07:02 -0400
commitb0d6af17e313ac574fc7db761c79a812ec2ecf15 (patch)
tree380cf2d7b490800a1060dee97727268405ad0fc9 /Makefile
parent081a62091a60153e814b361d858e4a51ec59cd5f (diff)
downloaddla-asm-b0d6af17e313ac574fc7db761c79a812ec2ecf15.tar.gz
Keep default particles & seed on New.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7af560a..fb969a8 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ PERL = perl
all: dla.xex
-dla.xex: dla.s io.s dlatbl.s xex.inc
+dla.xex: dla.s io.s dlatbl.s xex.inc printint.s
$(CL65) $(CL65FLAGS) -l dla.list -Ln dla.labels -t none -o dla.xex dla.s
dlatbl.s: mkdlatbl.pl
@@ -15,3 +15,6 @@ clean:
test: all
atari800 -turbo dla.xex
+
+%.xex: %.s
+ $(CL65) $(CL65FLAGS) -t none -o $@ $<