texttheater / produce

Replacement for Make geared towards processing data rather than compiling code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use `-u` with wildcards?

texttheater opened this issue · comments

Often I want to pretend that, e.g., all files with a certain extension are up to date. -u can be used multiple times, but with only one argument per occurrence, so shell wildcards cannot be used.

Solution: allow glob strings as input to -u?

Added in v0.7.0