From c0309fae159a76fe5f70a758f9a85d11f484a1ab Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 1 Jun 2018 20:40:12 +0300 Subject: Remove target/scope irregularity workarounds --- buildfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/buildfile b/buildfile index 7e99695..5d614c4 100644 --- a/buildfile +++ b/buildfile @@ -25,7 +25,7 @@ if $cli.configured # Don't install examples, tests or the INSTALL file. # -dir{examples/}: install = false -dir{tests/}: install = false -dir{unit-tests/}: install = false -doc{INSTALL}@./: install = false +examples/: install = false +tests/: install = false +unit-tests/: install = false +doc{INSTALL}@./: install = false -- cgit v1.1