diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-11-30 09:00:01 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-11-30 09:00:01 +0200 |
commit | 07fe5daf754b44af250c38d40bd803a2bb9ce18d (patch) | |
tree | 790d9a74b172b60a4d83d13b3e5e6bfdde095f7d /buildfile | |
parent | e0458b1d739cab749f748d32d82d15bf0ffd9d6e (diff) |
First build iteration: dist and update work, still requires cli
Diffstat (limited to 'buildfile')
-rw-r--r-- | buildfile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/buildfile b/buildfile new file mode 100644 index 0000000..878d03c --- /dev/null +++ b/buildfile @@ -0,0 +1,7 @@ +# file : buildfile +# copyright : Copyright (c) 2014-2015 Code Synthesis Ltd +# license : MIT; see accompanying LICENSE file + +d = libbutl/ build2/ libbpkg/ bpkg/ +./: $d file{version} +include $d |