summaryrefslogtreecommitdiff
path: root/hello/hello/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'hello/hello/buildfile')
-rw-r--r--hello/hello/buildfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/hello/hello/buildfile b/hello/hello/buildfile
index c0e316b..fe99fff 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 testscript
+exe{hello}: {hxx ixx txx cxx}{**} $libs testscript
cxx.poptions =+ "-I$out_root" "-I$src_root"