Re: Multi-stem pattern rule

2024-06-01 Thread Masahiro Yamada
On Fri, May 31, 2024 at 11:21 PM Dmitry Goncharov wrote: > > On Thu, May 30, 2024 at 7:45 PM Masahiro Yamada wrote: > > The main purpose is to prepend '.' to the file name > > in order to hide less-important files. > > > > For example, like this: > > > > a/b.x--> a/.b.timestamp > > p/q/r

Confusion around empty recipe

2024-06-01 Thread Jeenu Viswambharan
Hi, This is about a question I posted on Stack Overflow some time ago: https://stackoverflow.com/questions/76954446/typescript-workflow-using-gnu-make. The suggested solution works, but I've some follow-up questions, so I'm trying here instead. There's little point in my repeating the question he