diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-05-19 15:35:16 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-05-19 15:36:06 +0200 |
commit | 27511d492f3f9305b0599980292ff34a519ea3af (patch) | |
tree | b35d717d3d57f908c5b048f688721202beca1b56 /doc | |
parent | c85322670a2411b25c21b3003eaae09f8a3fcf33 (diff) |
Adjust intro to new way of specifying testscript, manifest
Diffstat (limited to 'doc')
-rw-r--r-- | doc/intro.cli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/intro.cli b/doc/intro.cli index 3487305..7cd160a 100644 --- a/doc/intro.cli +++ b/doc/intro.cli @@ -203,7 +203,7 @@ $ cat hello/buildfile libs = #import libs += libhello%lib{hello} -exe{hello}: {hxx ixx txx cxx}{*} $libs test{testscript} +exe{hello}: {hxx ixx txx cxx}{*} $libs testscript \ As the name suggests, this file describes how to build things. While its |