From b58bae8cd52ca7df3a77b1ce5c8db2ca9314094e Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 1 Jun 2018 20:31:24 +0300 Subject: Remove target/scope irregularity workarounds --- buildfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'buildfile') diff --git a/buildfile b/buildfile index 6b7ff6f..d1733fd 100644 --- a/buildfile +++ b/buildfile @@ -6,6 +6,6 @@ # Don't install tests or the INSTALL file. # -dir{tests/}: install = false -dir{unit-tests/}: install = false -doc{INSTALL}@./: install = false +tests/: install = false +unit-tests/: install = false +doc{INSTALL}@./: install = false -- cgit v1.1