summaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Collapse)Author
2024-05-14Actually support prefix arg in configureAlbert Cervin
2024-05-14Improve configure with docs and help flagAlbert Cervin
Also make targets dependent on config.mk so that the program is rebuilt when config.mk changes.
2024-05-14Make shebang more nix sandbox friendlyAlbert Cervin
2024-05-12Improve API docs and configure systemAlbert Cervin
There is now a super minimalistic configure script that automatically detects the event system (epoll/kqueue) and generates a config.h and a config.mk.