From f45c7c54d4846cf3ebc964b3c4ce1bee1feef66e Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 28 Jan 2020 22:43:55 +0100 Subject: */Makefile: use *.ly arbitrary deeply nested --- Ist_Gott_fuer_mich_so_trete/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Ist_Gott_fuer_mich_so_trete/Makefile') diff --git a/Ist_Gott_fuer_mich_so_trete/Makefile b/Ist_Gott_fuer_mich_so_trete/Makefile index 5906da7..4a6b81d 100644 --- a/Ist_Gott_fuer_mich_so_trete/Makefile +++ b/Ist_Gott_fuer_mich_so_trete/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 -- cgit v1.2.3-54-g00ecf