This commit is contained in:
Brooke Vibber 2023-03-19 15:47:22 -07:00
parent 801c6ee0a6
commit dfd35658ee

View file

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