You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
332 B
Makefile
13 lines
332 B
Makefile
|
|
README.html: README.md
|
|
pandoc --from markdown \
|
|
--to html5 \
|
|
--standalone \
|
|
--css style.css \
|
|
$< -o $@
|
|
|
|
liquidsoap/brownnoise.mp3:
|
|
sox -c2 -r44100 -n -t wav - synth 0.2 brownnoise vol 1.0 > liquidsoap/brownnoise.wav
|
|
ffmpeg -i liquidsoap/brownnoise.wav liquidsoap/brownnoise.mp3
|
|
rm liquidsoap/brownnoise.wav
|