From 94a7f68b3c6727fa1fe1e4f78e84c5cdb7c40644 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 1 Jun 2022 22:20:09 -0300 Subject: Generate podcast artifacts in dynamic.mk --- src/development/dynmake.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src') diff --git a/src/development/dynmake.sh b/src/development/dynmake.sh index 8372d52..4098f46 100755 --- a/src/development/dynmake.sh +++ b/src/development/dynmake.sh @@ -107,3 +107,16 @@ lilyponds | varlist printf '\n' lilyponds | sed 's/^\(.*\)\.ly$/\1.pdf: \1.midi/' + + +# +# Podcasts +# + +podcasts() { + find resources/podcasts/ -name '*.flac' +} + +printf 'podcasts.flac = \\\n' +podcasts | varlist +printf '\n' -- cgit v1.2.3