From 193efb512ffbc2231ef5c48699d51fbae3f3f9f1 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 10 Sep 2016 22:51:55 +0300 Subject: Move tests and examples to build2 as subprojects --- examples/buildfile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 examples/buildfile (limited to 'examples/buildfile') diff --git a/examples/buildfile b/examples/buildfile new file mode 100644 index 0000000..b089d1b --- /dev/null +++ b/examples/buildfile @@ -0,0 +1,5 @@ +d = hybrid/ inheritance/ performance/ persistence/ processing/ roundtrip/ \ + xhtml/ + +./: $d +include $d -- cgit v1.1