diff options
Diffstat (limited to 'O_du_stille_Zeit/Makefile')
-rw-r--r-- | O_du_stille_Zeit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/O_du_stille_Zeit/Makefile b/O_du_stille_Zeit/Makefile index 5906da7..4a6b81d 100644 --- a/O_du_stille_Zeit/Makefile +++ b/O_du_stille_Zeit/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 |