From b0d6af17e313ac574fc7db761c79a812ec2ecf15 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 31 Oct 2022 15:07:02 -0400 Subject: Keep default particles & seed on New. --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 $@ $< -- cgit v1.2.3