I have makefile with modules target. Without changing this target, I want to add all target which should redirect execution to existing modules target. How can I do this?
I have makefile with modules target. Without changing this target, I want to add
Share
Add dependency for target all to target modules like this: