Timeline for What wildcards will work with Make's .INTERMEDIATE target?
Current License: CC BY-SA 4.0
2 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Sep 19, 2024 at 10:59 | comment | added | Dan Jacobson | I have some bad news for you. It seems at the time when the wildcard command is run, the .csv's don't exist yet. Thus this solution fails. Else I could also just use .INTERMEDIATE: $(wildcard *.csv) too. | |
| Sep 18, 2024 at 1:28 | history | answered | Stephen Harris | CC BY-SA 4.0 |