Paul Wise wrote:
Hi all,


[...]

Perhaps there is a way to build a target after all the other ones? Then
I could just make the target commands handle missing dependencies.

Just define your "final" target like:

target: $(filter-out target,$(MAKECMDGOALS))

Best regards,

Erik

_______________________________________________
Help-make mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/help-make

Reply via email to