blob: 17b4db51bc5bb49c0a942a69eba7ae861a31ab38 [file] [log] [blame]
Add empty recipes for .cc files generated by protoc.
https://www.gnu.org/software/make/manual/html_node/Empty-Recipes.html
Empty recipes can also be used to avoid errors for targets that will be created as a side-effect of another recipe: if the target does not exist the empty recipe ensures that make wont complain that it doesnt know how to build the target, and make will assume the target is out of date.