WIP 4-frame output

This commit is contained in:
Brooke Vibber 2022-12-04 14:21:46 -08:00
commit ece161d6d6
3 changed files with 29 additions and 10 deletions

View file

@ -6,7 +6,7 @@ all : sample0.xex sample1.xex sample2.xex sample3.xex sample4.xex sample5.xex sa
# $@ is output
%.s : %.jpg dither-image.js
node dither-image.js $< $@ $@.png
node dither-image.js $< $@
chickens.s : chickens.wav pack-wav.js
node pack-wav.js $< $@
@ -24,6 +24,8 @@ 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 chickens.s
rm -f chickens.o