summaryrefslogtreecommitdiffstats
path: root/build/has
Commit message (Collapse)AuthorAgeFilesLines
* xtime: Use the libc's timegm() if presentTavian Barnes2024-05-061-0/+9
|
* build: Replace `make config` with a `./configure` scriptTavian Barnes2024-04-2933-0/+327
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.