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

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