summaryrefslogtreecommitdiff
path: root/src/libs
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2023-10-23 16:34:45 -0700
committerVito Caputo <vcaputo@pengaru.com>2023-10-23 16:47:37 -0700
commit5fe128338cf8780c1fe44e6434f158374c1e2193 (patch)
tree3149e5fc2e699f278ff8e71ffbdf73b94438012e /src/libs
parentc313f84d9202fb3a65aa2982aa076a738fc22dc5 (diff)
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.
Diffstat (limited to 'src/libs')
-rw-r--r--src/libs/Makefile.am10
1 files changed, 9 insertions, 1 deletions
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
© All Rights Reserved