I would like to be able to write: ``` SOURCE: "**/index.md" ``` and then use `SOURCE` as a dependency (as per #26) and in commands: ``` output.html: deps: - $(SOURCE) exec: "transmogrify output.html $(SOURCE)" ```