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