diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/development/dynmake.sh | 13 |
1 files changed, 13 insertions, 0 deletions
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' |