cleanup
This commit is contained in:
parent
e460fcefb0
commit
a4679a5a14
4 changed files with 24 additions and 4 deletions
6
Makefile
6
Makefile
|
|
@ -7,6 +7,7 @@ all : sample0.xex sample1.xex sample2.xex sample3.xex sample4.xex sample5.xex sa
|
|||
|
||||
%.s : %.jpg dither-image.js
|
||||
node dither-image.js $< $@
|
||||
./gif.sh $@
|
||||
|
||||
chickens.s : chickens.wav pack-wav.js
|
||||
node pack-wav.js $< $@
|
||||
|
|
@ -24,8 +25,9 @@ clean :
|
|||
rm -f sample[0-6].o
|
||||
rm -f sample[0-6].xex
|
||||
rm -f sample[0-6].s.png
|
||||
rm -f sample[0-6].s.0.png
|
||||
rm -f sample[0-6].s.1.png
|
||||
rm -f sample[0-6].s.[0-9].png
|
||||
rm -f sample[0-6].s.palette.png
|
||||
rm -f sample[0-6].s.gif
|
||||
rm -f chickens.s
|
||||
rm -f chickens.o
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue