From dfd35658eeb5b3fab9f0b14a9204e433a4d5a1e3 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Sun, 19 Mar 2023 15:47:22 -0700 Subject: [PATCH] wip --- Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index db2e8db..18de03c 100644 --- a/Makefile +++ b/Makefile @@ -18,10 +18,6 @@ all : sample0.xex \ ld65 -v -C ./atari-asm-xex.cfg -o $@ dither4.o $< clean : - rm -f dither4.o - rm -f dither4.xex - rm -f sample[0-6].s - rm -f sample[0-6].o - rm -f sample[0-6].xex - rm -f sample[0-6].s.png + rm -f *.o + rm -f *.s.png rm -f *.xex