From aaf6eccb872e925c47b1ee2d9d1e3c384f6d18d8 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 4 Feb 2016 14:51:33 +0200 Subject: Initial implementation --- build/bootstrap.build | 2 ++ build/root.build | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 build/bootstrap.build create mode 100644 build/root.build (limited to 'build') diff --git a/build/bootstrap.build b/build/bootstrap.build new file mode 100644 index 0000000..0cf21db --- /dev/null +++ b/build/bootstrap.build @@ -0,0 +1,2 @@ +project = hello0 +using config diff --git a/build/root.build b/build/root.build new file mode 100644 index 0000000..99d62c0 --- /dev/null +++ b/build/root.build @@ -0,0 +1,3 @@ +using cxx +cxx{*}: extension = cpp + -- cgit v1.1