clean up undoing the frames dup

This commit is contained in:
Brooke Vibber 2023-03-18 19:09:00 -07:00
commit 0cf5b06f73
2 changed files with 35 additions and 58 deletions

View file

@ -7,8 +7,6 @@ all : sample0.xex sample1.xex sample2.xex sample3.xex sample4.xex sample5.xex sa
%.s : %.jpg dither-image.js gif.sh mp4.sh
node dither-image.js $< $@
./gif.sh $@
./mp4.sh $@
chickens.s : chickens.wav pack-wav.js
node pack-wav.js $< $@
@ -37,9 +35,6 @@ 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-9].png
rm -f sample[0-6].s.palette.png
rm -f sample[0-6].s.gif
rm -f *.xex
rm -f chickens.s
rm -f chickens.o