summaryrefslogtreecommitdiff
path: root/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'buildfile')
-rw-r--r--buildfile6
1 files changed, 5 insertions, 1 deletions
diff --git a/buildfile b/buildfile
index 0f35aef..95ac13d 100644
--- a/buildfile
+++ b/buildfile
@@ -1,7 +1,11 @@
import libs = libhello%lib{hello}
+./: exe{hello} doc{version} file{manifest}
+
+doc{version}: file{manifest} # Generated by the version module.
+doc{version}: dist = true
+
exe{hello}: cxx{hello} $libs
exe{hello}: test.arguments = World "Planet #345732"
exe{hello}: test.output = test.out
-./: exe{hello} doc{version} file{manifest}