Re: [HELP] PHONY pattern rule makes the file w/ the same name
Paul Smith <[email protected]>
| Newsgroups | gmane.comp.gnu.make.general |
|---|---|
| Organization | GNU's Not UNIX! |
| Message-ID | <[email protected]> |
On Wed, 2023-10-04 at 07:34 -0700, Bahman Movaqar wrote: > .PHONY : echo.% That makes the specific target named, literally, "echo.%" into a phony target. .PHONY doesn't accept wildcards.