diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-19 18:07:35 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-19 18:07:35 +0300 |
commit | da2398f0598285ae8f9341f0da93d15febb4795b (patch) | |
tree | f97935821316ff98488329437d6a0ca4666c1353 | |
parent | df4c69587111f211ea281a45e4350969b8817eff (diff) |
Get rid of doc{version} and types for testscript and manifest in buildfiles
-rw-r--r-- | hello0/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hello0/buildfile b/hello0/buildfile index da50ee0..0df41e3 100644 --- a/hello0/buildfile +++ b/hello0/buildfile @@ -1,2 +1,2 @@ -exe{hello}: cxx{hello} doc{README} file{manifest} +exe{hello}: cxx{hello} doc{README} manifest exe{hello}: test.arguments = World |