Re: Make with $(filter-out $@,$(MAKECMDGOALS))

Dmitry Goncharov <[email protected]> Fri, 31 Jul 2026 10:10:28 -0400
Newsgroups gmane.comp.gnu.make.bugs
Message-ID <CAG+Z0Cuyz+tgQZYYw4zOoNQd6p94nGX3B_2d=NmTH7-bycVx+A@mail.gmail.com>
On Fri, Jul 31, 2026 at 9:27=E2=80=AFAM 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