diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-22 10:26:47 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-22 10:26:47 +0200 |
commit | f013fac528515dad78c9a624216b1e0217a5f3bb (patch) | |
tree | 88a98bdb6f4b6c385f06239eb7c46ce8acf5d3c8 /buildfile |
"Hello World" formatter C++ library with build2
Diffstat (limited to 'buildfile')
-rw-r--r-- | buildfile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/buildfile b/buildfile new file mode 100644 index 0000000..8d63a42 --- /dev/null +++ b/buildfile @@ -0,0 +1,3 @@ +d = format/ +./: $d doc{version} file{manifest} +include $d |