diff options
-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 |