summaryrefslogtreecommitdiff
path: root/Jubilate_Deo
diff options
context:
space:
mode:
Diffstat (limited to 'Jubilate_Deo')
-rw-r--r--Jubilate_Deo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jubilate_Deo/Makefile b/Jubilate_Deo/Makefile
index 5906da7..4a6b81d 100644
--- a/Jubilate_Deo/Makefile
+++ b/Jubilate_Deo/Makefile
@@ -14,7 +14,7 @@ include ../.meta/*.mk
%.pre: %.ly
cat "$<" > "$@"
-%.post: %.pre $(patsubst %.ly,%.pre, $(shell ls *.ly))
+%.post: %.pre $(patsubst %.ly,%.pre, $(shell find . -name '*.ly'))
m4 <"$<" >"$@"
%.pdf: %.post