diff options
author | murgatroid99 <mlumish@google.com> | 2015-06-22 11:19:57 -0700 |
---|---|---|
committer | murgatroid99 <mlumish@google.com> | 2015-06-22 11:19:57 -0700 |
commit | c241d2c30791f0ccddd40688bf6aaffa97f399aa (patch) | |
tree | 5f35023d4ba70dc362d23c3c8526a993a172aaf9 /templates | |
parent | c525de8ad7d395ffb4fcf5e33aad135dbec98518 (diff) |
Added info about regenerating files to Makefile and BUILD templates
Diffstat (limited to 'templates')
-rw-r--r-- | templates/BUILD.template | 2 | ||||
-rw-r--r-- | templates/Makefile.template | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/templates/BUILD.template b/templates/BUILD.template index 075c399a18..ec5fb3584f 100644 --- a/templates/BUILD.template +++ b/templates/BUILD.template @@ -2,6 +2,8 @@ # This currently builds C and C++ code. # This file has been automatically generated from a template file. # Please look at the templates directory instead. +# This file can be regenerated from the template by running +# tools/buildgen/generate_projects.sh # Copyright 2015, Google Inc. # All rights reserved. diff --git a/templates/Makefile.template b/templates/Makefile.template index 8513963e01..ebe207f191 100644 --- a/templates/Makefile.template +++ b/templates/Makefile.template @@ -2,6 +2,8 @@ # This currently builds C and C++ code. # This file has been automatically generated from a template file. # Please look at the templates directory instead. +# This file can be regenerated from the template by running +# tools/buildgen/generate_projects.sh # Copyright 2015, Google Inc. # All rights reserved. |