Преглед на файлове

Added info about regenerating files to Makefile and BUILD templates

murgatroid99 преди 10 години
родител
ревизия
c241d2c307
променени са 2 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. 2 0
      templates/BUILD.template
  2. 2 0
      templates/Makefile.template

+ 2 - 0
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.

+ 2 - 0
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.