]> Kevux Git Server - fll/commit
Update: Redesign Featureless Make's -d/--define to append instead of overwrite.
authorKevin Day <thekevinday@gmail.com>
Fri, 25 Jun 2021 02:10:29 +0000 (21:10 -0500)
committerKevin Day <thekevinday@gmail.com>
Fri, 25 Jun 2021 02:10:29 +0000 (21:10 -0500)
commit6cc315f7a41957fe610baa11460a0985184fd5d3
treeaf8c47944dd976b3a2a04c8e4fc48de9078e5c3e
parent7cc0d256d34eb455c91fad43eb09439f72a9d8fb
Update: Redesign Featureless Make's -d/--define to append instead of overwrite.

The built in defines can be large and complex.
The defines passed through the program arguments should be for exceptional or situational purposes.
By using append instead of overwrite, the -d/--define better operates as an exceptional or situational process.
level_3/fake/c/fake.c
level_3/fake/c/private-build.c