diff options
author | Tristan Sloughter <tristan.sloughter@gmail.com> | 2015-05-14 16:12:50 -0500 |
---|---|---|
committer | Tristan Sloughter <tristan.sloughter@gmail.com> | 2015-05-14 16:12:50 -0500 |
commit | 763f33009ddca30e2230bf3dc0e5a010ec455359 (patch) | |
tree | e7cfe25f3745393131bda42692aecea2f81ceb6a /priv/templates/cmake.template | |
parent | da93ec9d0a80ddcea1baf9112851bd991d36f5f5 (diff) | |
parent | 3d810e521c6f21d80cac781a08975869a1cb2e72 (diff) |
Merge pull request #426 from ferd/cleaner-tpl-docs
Make standalone vs complete project template clear
Diffstat (limited to 'priv/templates/cmake.template')
-rw-r--r-- | priv/templates/cmake.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/priv/templates/cmake.template b/priv/templates/cmake.template index 2874c8a..227f5fa 100644 --- a/priv/templates/cmake.template +++ b/priv/templates/cmake.template @@ -1,2 +1,2 @@ -{description, "Makefile for building C/C++ in c_src"}. +{description, "Standalone Makefile for building C/C++ in c_src"}. {template, "Makefile", "c_src/Makefile"}. |