From 8413e664c27bdbf55d6b0290466bc8beade7d8a2 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Sun, 4 Jul 2021 18:13:02 +0530 Subject: Makefile: List files in a single line. There are so few that it makes no sense to list them one on a line. * Makefile.am (SOURCES, SCM_TESTS): List files in a single line. --- Makefile.am | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 5c625f2..d6305a8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -72,17 +72,9 @@ godir = $(libdir)/guile/$(GUILE_EFFECTIVE_VERSION)/site-ccache bin_SCRIPTS = scripts/ccwl -SOURCES = \ - ccwl/ccwl.scm \ - ccwl/yaml.scm \ - ccwl/utils.scm - +SOURCES = ccwl/ccwl.scm ccwl/yaml.scm ccwl/utils.scm TEST_EXTENSIONS = .scm - -SCM_TESTS = \ - tests/ccwl.scm \ - tests/yaml.scm - +SCM_TESTS = tests/ccwl.scm tests/yaml.scm TESTS = $(SCM_TESTS) SCM_LOG_DRIVER = \ -- cgit v1.2.3