summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-07-21 16:57:30 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-07-21 16:57:30 +0300
commit865d3fd5e3ede118df63a82fa5517aa37547436c (patch)
tree5ac6835ef54aea257ce90736da0fc1ba708ebcc0
parent1e9b610d18c804da699d6c53d85fff0e3d67fab6 (diff)
Add glue buildfile
-rw-r--r--buildfile7
1 files changed, 7 insertions, 0 deletions
diff --git a/buildfile b/buildfile
new file mode 100644
index 0000000..ee25998
--- /dev/null
+++ b/buildfile
@@ -0,0 +1,7 @@
+# file : buildfile
+# license : Apache License 2.0; see accompanying LICENSE file
+
+# Glue buildfile that "pulls" all the packages.
+
+import pkgs = {*/ -upstream/}
+./: $pkgs