summaryrefslogtreecommitdiff
path: root/hello
diff options
context:
space:
mode:
Diffstat (limited to 'hello')
-rw-r--r--hello/buildfile2
-rw-r--r--hello/hello/buildfile2
2 files changed, 2 insertions, 2 deletions
diff --git a/hello/buildfile b/hello/buildfile
index 8b7417f..bca55a2 100644
--- a/hello/buildfile
+++ b/hello/buildfile
@@ -1 +1 @@
-./: {*/ -build/} file{manifest}
+./: {*/ -build/} manifest
diff --git a/hello/hello/buildfile b/hello/hello/buildfile
index 4a510b0..c0e316b 100644
--- a/hello/hello/buildfile
+++ b/hello/hello/buildfile
@@ -1,5 +1,5 @@
import libs = libhello%lib{hello}
-exe{hello}: {hxx ixx txx cxx}{*} $libs test{testscript}
+exe{hello}: {hxx ixx txx cxx}{*} $libs testscript
cxx.poptions =+ "-I$out_root" "-I$src_root"