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.

18 lines
431 B
Makefile

all: between_systems.svg README.md
README.html: README.md
pandoc --from markdown \
--to html5 \
--standalone \
--css style.css \
$< -o $@
between_systems.svg: between_systems.dot
dot $< -Tsvg -o$@
liquidsoap/brownnoise.mp3:
sox -c2 -r44100 -n -t wav - synth 30.0 brownnoise vol 1.0 > liquidsoap/brownnoise.wav
ffmpeg -i liquidsoap/brownnoise.wav liquidsoap/brownnoise.mp3
rm liquidsoap/brownnoise.wav