wip
This commit is contained in:
parent
801c6ee0a6
commit
dfd35658ee
1 changed files with 2 additions and 6 deletions
8
Makefile
8
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
|
||||
|
|
Loading…
Reference in a new issue