revise makefile additions to remove literal tabs from source
authorGraham Knop <haarg@haarg.org>
Tue, 11 Aug 2020 00:40:51 +0000 (02:40 +0200)
committerGraham Knop <haarg@haarg.org>
Tue, 11 Aug 2020 00:52:43 +0000 (02:52 +0200)
commit66243909818eed370753bb73865165d17cdff805
tree69824f7b9fbfca713d78b78f79ab401ccbfcfb0f
parent24612483d31a48f26d3a153c560ddcdbcf5af9c3
revise makefile additions to remove literal tabs from source

Rather than adding raw text blobs, allow providing arrayrefs for
commands to add to Makefile.  Content in arrayrefs will automatically be
tab indented.  This allows the raw tabs to be removed from the source,
as well as making it easier to add calculated content to command lists.
lib/Distar.pm