aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2021-10-26 03:48:23 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2021-10-26 03:48:23 +0200
commit8058024f36482282954c7e21e0cadc0813fe4f4a (patch)
treef182f498aac7d7ea79d5b54ce3e5474dde205ef6 /NEWS
parent1956dce01ba9a71d70cd47ac4a9f706df0aa297e (diff)
Fix typo in NEWS file
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f14fb83..c857ec0 100644
--- a/NEWS
+++ b/NEWS
@@ -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++.