Default rules in Make
Posted
by notnoop
on Stack Overflow
See other posts from Stack Overflow
or by notnoop
Published on 2010-06-14T15:00:26Z
Indexed on
2010/06/14
15:02 UTC
Read the original article
Hit count: 280
Is there a mechanism in Make to allow for default implicit rules, similar to the built-in rules?
Make provides some built-in implicit rules for compiling C/C++/Fortran files. I would like to extend my Make environment to have implicit rules for compiling Go files as well.
© Stack Overflow or respective owner