summaryrefslogtreecommitdiffstats
path: root/config/flags.mk
Commit message (Collapse)AuthorAgeFilesLines
* tests: Add ../src to the include pathTavian Barnes2024-04-191-0/+1
|
* config: Fix ${SAN} on BSD makeTavian Barnes2024-04-191-1/+2
| | | | | | This seems to have hit some BSD make limitation, making it set `SAN := y` unconditionally for some reason. Breaking up the expression fixes it.
* build: Directly generate version.cTavian Barnes2024-04-171-1/+1
|
* build: Dont include ${BUILDDIR} in short messagesTavian Barnes2024-04-171-1/+1
|
* build: Add back the default CFLAGSTavian Barnes2024-04-171-6/+20
|
* build: Refactor configurationTavian Barnes2024-04-161-0/+119
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.