On Fri, Jul 31, 2026 at 9:27 AM Lory Pelli <[email protected]> wrote: > The same that happens if the arg doesn't start with a dash, because there is > a target valid name in front of it
Make interprets command line switches whether the switch is specified before or after a target. If you want to specify a target that begins with a dash, then you can specify -- before that target. regards, Dmitry
