Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: Allow ./configure --version=X.Y.Z | Tavian Barnes | 2024-08-28 | 1 | -0/+1 |
| | |||||
* | build: Generate config.mk after config.h | Tavian Barnes | 2024-06-21 | 1 | -4/+4 |
| | | | | That way if ./configure fails, make will complain about it directly. | ||||
* | build: Listen to make -s | Tavian Barnes | 2024-04-30 | 1 | -4/+4 |
| | |||||
* | build: Replace `make config` with a `./configure` script | Tavian Barnes | 2024-04-29 | 1 | -0/+62 |
This lets us do more traditional out-of-tree builds like $ ../path/to/bfs/configure $ make The .mk files are moved from ./config to ./build, mostly so that ./configure will auto-complete easily. |