diff options
author | B. Watson <urchlay@slackware.uk> | 2022-10-31 15:07:02 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-10-31 15:07:02 -0400 |
commit | b0d6af17e313ac574fc7db761c79a812ec2ecf15 (patch) | |
tree | 380cf2d7b490800a1060dee97727268405ad0fc9 /Makefile | |
parent | 081a62091a60153e814b361d858e4a51ec59cd5f (diff) | |
download | dla-asm-b0d6af17e313ac574fc7db761c79a812ec2ecf15.tar.gz |
Keep default particles & seed on New.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 $@ $< |