From a59e9035ba98a8a7fe614902b6cf63eeea91efbc Mon Sep 17 00:00:00 2001 From: Giacomo Tesio Date: Tue, 22 Dec 2015 17:21:13 +0100 Subject: [PATCH] add build.json --- build.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 build.json diff --git a/build.json b/build.json new file mode 100644 index 0000000..c30e79d --- /dev/null +++ b/build.json @@ -0,0 +1,8 @@ +{ + "all": { + "Projects": [ + "/sys/src/klibs.json", + "/sys/src/libs.json" + ] + } +}