From 756054785a425e235f78ac7681b812ec693aa775 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 24 May 2018 07:38:21 +0200 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 ad12194..b9a353f 100644 --- a/buildfile +++ b/buildfile @@ -8,6 +8,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