summaryrefslogtreecommitdiffstats
path: root/config/config.mk
Commit message (Collapse)AuthorAgeFilesLines
* config: Delete gen/objs.mkTavian Barnes2024-04-171-10/+0
| | | | | Rather than explicitly listing all these dependencies, we can rely on DEPFLAGS to generate them for us.
* build: Directly generate version.cTavian Barnes2024-04-171-5/+7
|
* build: Dont include ${BUILDDIR} in short messagesTavian Barnes2024-04-171-3/+3
|
* build: Properly export PKG_CONFIGTavian Barnes2024-04-171-0/+1
|
* build: Refactor configurationTavian Barnes2024-04-161-0/+77
We now use a recursive make invocation to do the work of `make config`. The new implementation is also compatible with GNU make 3.81 found on macOS.