On Wednesday 15 August 2007 13:07:17 Matthias Schwarzott wrote:
Hi there!
This time I have some comments on Makefiles for plugins.
- Is there any reason to not allow plain "make" without target to work? It
would be so easy to move the "all:" target before "%.o: %.c" line.
I have the following lines in my Make.config, this makes what you want:
.PHONY: all all-redirect all-redirect: all
And as I copy the Make.config from one version to the next I do not need to care about the plugins.
Kind regards, Stefan