summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-08-01 20:48:40 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-08-01 20:48:40 +0300
commitc7379731787b564c8bbc3b9c31fd36d52743b087 (patch)
treec09f4de316ccf08d5c9d9b102d09fb7d63721187
parent0043cf7fe79e041eeb79f4870ba6e455291c8cca (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..112c0f9
--- /dev/null
+++ b/buildfile
@@ -0,0 +1,7 @@
+# file : buildfile
+# copyright : not copyrighted - public domain
+
+# Glue buildfile that "pulls" all the packages.
+
+import pkgs = {*/ -upstream/}
+./: $pkgs