比較的単純な Makefile を作成しようとしていますが、パターンを使用してルールを最適に要約する方法がわかりません。を使ってみ%
ましたが、難しかったです。展開された形式の Makefile は次のとおりです。
all : ./115/combine_m115.root ./116/combine_m116.root ... ./180/combine_m180.root
./115/combine_m115.root : ./115/comb.root
bash make_ASCLS.sh -l 115 comb.root
./116/combine_m116.root : ./116/comb.root
bash make_ASCLS.sh -l 116 comb.root
...
./180/combine_m180.root : ./180/comb.root
bash make_ASCLS.sh -l 180 comb.root