From 5fe128338cf8780c1fe44e6434f158374c1e2193 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Mon, 23 Oct 2023 16:34:45 -0700 Subject: build: tidy up some Makefile.am files Been ignoring this mess for too long, just whitespace changes - nothing functionally different. This makes diffs far easier to read when libs or modules get added/removed etc. Some of the other Makefile.am files could use similar tidying, but these are the most commonly messed with in the course of rototiller development. --- src/libs/Makefile.am | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'src/libs') diff --git a/src/libs/Makefile.am b/src/libs/Makefile.am index 39de08d..57b81d4 100644 --- a/src/libs/Makefile.am +++ b/src/libs/Makefile.am @@ -1 +1,9 @@ -SUBDIRS = ascii grid din rocket puddle ray sig txt +SUBDIRS = \ + ascii \ + grid \ + din \ + rocket \ + puddle \ + ray \ + sig \ + txt -- cgit v1.2.1