This repository has been archived on 2023-08-15. You can view files and clone it, but cannot push or open issues or pull requests.
SoxMusicGen/tank-girl-dream/Makefile

9 lines
242 B
Makefile

all: foreground background
sox -m foreground.wav background.wav "tank-girl-dream.wav"
foreground:
perl foreground.pl | xargs ../mysox.sh foreground.wav
background:
perl background.pl | xargs ../mysox.sh background.wav
clean:
-rm -f *.wav