diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-22 10:27:59 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-22 10:27:59 +0200 |
commit | d1753af195bccde1690f639ee83a6a8611d9e323 (patch) | |
tree | 4f51663112a1be23ef7089fc29f8df86d38bef2f /buildfile |
"Hello World" printer 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..ae49972 --- /dev/null +++ b/buildfile @@ -0,0 +1,3 @@ +d = print/ +./: $d doc{version} file{manifest} +include $d |