aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xsrc/development/dynmake.sh13
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'