summaryrefslogtreecommitdiff
path: root/buildfile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-04-28 15:28:58 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-04-28 15:28:58 +0200
commitbda6878ea3b9cb8bdb2d4e2fc96fc98ca84f04d4 (patch)
tree36901894e216dd45aea6bed532f15e2a9b495880 /buildfile
parent1ef24d739720ebc8e47fdf0a1f13a995718adc94 (diff)
Switch to version modulebuild2-0.5.0
Diffstat (limited to 'buildfile')
-rw-r--r--buildfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildfile b/buildfile
index d85744d..6bdabe2 100644
--- a/buildfile
+++ b/buildfile
@@ -1,4 +1,4 @@
+./: exe{hello} doc{README} file{manifest}
+
exe{hello}: cxx{hello}
exe{hello}: test.arguments = World
-
-./: exe{hello} doc{README} file{manifest}