From 768727f37afa6fbb5082833a4c14c8134ec42122 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 6 Aug 2020 23:32:13 +0300 Subject: Add implementation --- buildfile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 buildfile (limited to 'buildfile') diff --git a/buildfile b/buildfile new file mode 100644 index 0000000..efb049e --- /dev/null +++ b/buildfile @@ -0,0 +1,9 @@ +# file : buildfile +# license : MIT; see accompanying LICENSE file + +./: {*/ -build/} doc{INSTALL NEWS README} legal{LICENSE AUTHORS} manifest + +# Don't install tests or the INSTALL file. +# +tests/: install = false +doc{INSTALL}@./: install = false -- cgit v1.1