From 33c88f856d983d11dc1f48c620357be5fc1d7a54 Mon Sep 17 00:00:00 2001 From: xonix Date: Sat, 6 Jan 2024 21:13:45 +0200 Subject: [PATCH] Allow `@glob` goals to be parameterized #155 : README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0efd9f0..d9f3ec7 100644 --- a/README.md +++ b/README.md @@ -417,6 +417,8 @@ ARG=hello world You can also rely on parameterized goals [parameters interpolation](https://github.com/xonixx/makesure/issues/153). +Also, it's possible for a `@glob` goal [to be parameterized](https://github.com/xonixx/makesure/issues/155). + Please find a more real-world example [here](https://github.com/xonixx/fhtagn/blob/e7161f92731c13b5afbc09c7d738c1ff4882906f/Makesurefile#L70). For more technical consideration regarding this feature see [parameterized_goals.md](docs/parameterized_goals.md).