summaryrefslogtreecommitdiff
path: root/Ins_Wasser_faellt_ein_Stein/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Ins_Wasser_faellt_ein_Stein/Makefile')
-rw-r--r--Ins_Wasser_faellt_ein_Stein/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ins_Wasser_faellt_ein_Stein/Makefile b/Ins_Wasser_faellt_ein_Stein/Makefile
index 5906da7..4a6b81d 100644
--- a/Ins_Wasser_faellt_ein_Stein/Makefile
+++ b/Ins_Wasser_faellt_ein_Stein/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