Default rules in Make
- by notnoop
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.