]> gitweb.michael.orlitzky.com - mjotex.git/commit
GNUmakefile.mjo: allow SRCS to be prepopulated
authorMichael Orlitzky <michael@orlitzky.com>
Sat, 28 Feb 2026 03:45:09 +0000 (22:45 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Sat, 28 Feb 2026 03:45:09 +0000 (22:45 -0500)
commit983837a46a733ce907a0101d62e3551929f8125f
treeddadabe55a72370152cfbfa616a8b432250a2cde
parent5b26a0d5994e76410b86273cd14d94adcee17701
GNUmakefile.mjo: allow SRCS to be prepopulated

We don't want to kpsewhich everything. Often, there are additional
fixed files that should go in SRCS, and that don't need to be found at
build time. By using "+=" the first time we modify SRCS, we make it
possible for consumers to supply their own SRCS.
GNUmakefile.mjo