From 27511d492f3f9305b0599980292ff34a519ea3af Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 19 May 2018 15:35:16 +0200 Subject: Adjust intro to new way of specifying testscript, manifest --- doc/intro.cli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.1