diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-10-26 03:48:23 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-10-26 03:48:23 +0200 |
commit | 8058024f36482282954c7e21e0cadc0813fe4f4a (patch) | |
tree | f182f498aac7d7ea79d5b54ce3e5474dde205ef6 /NEWS | |
parent | 1956dce01ba9a71d70cd47ac4a9f706df0aa297e (diff) |
Fix typo in NEWS file
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ Version 0.14.0 For example, given the above rule and dependency declaration, the effective dependency is going to be: - <exe{hello} file{hello.map>: cxx{hello} hxx{hello} hxx{common} + <exe{hello} file{hello.map}>: cxx{hello} hxx{hello} hxx{common} Similar to ad hoc recipes, ad hoc rules can be written in Buildscript or C++. |