WIP 4-frame output
This commit is contained in:
parent
7d7a5bd064
commit
ece161d6d6
3 changed files with 29 additions and 10 deletions
4
Makefile
4
Makefile
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue