Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: Add ../src to the include path | Tavian Barnes | 2024-04-19 | 1 | -0/+1 |
| | |||||
* | config: Fix ${SAN} on BSD make | Tavian Barnes | 2024-04-19 | 1 | -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.c | Tavian Barnes | 2024-04-17 | 1 | -1/+1 |
| | |||||
* | build: Dont include ${BUILDDIR} in short messages | Tavian Barnes | 2024-04-17 | 1 | -1/+1 |
| | |||||
* | build: Add back the default CFLAGS | Tavian Barnes | 2024-04-17 | 1 | -6/+20 |
| | |||||
* | build: Refactor configuration | Tavian Barnes | 2024-04-16 | 1 | -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. |