Suppose that I have the following Makefile, I have to have the first
rule in order to update all the other rules in the Makefile. Since I
want execute all the rules in the Makefile, I'm wondering if it is
possible to make the first rule implicit, so that I don't have to
write it in the Makefile.

.PHONY: all

all: file1 file2 file3 ....

<..many rules where file1 ... are targets>


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

Reply via email to