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.
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.