summaryrefslogtreecommitdiff
path: root/linux.mk
AgeCommit message (Collapse)Author
2023-05-09Finish buflist implementationAlbert Cervin
Also fix tests and man page install.
2023-05-08Implement file reloadingAlbert Cervin
When for examplue using formatters or doing vc updates, it is useful if the file is reloaded from disk.
2023-04-04Revamp makefilesAlbert Cervin
Now only supports BSD make.
2023-01-31Fixes to copy-pasteAlbert Cervin
It would crash on multi-line copy.
2023-01-26More tests and documentationAlbert Cervin
Also, split out platform-specific parts and add mocks for tests.
2022-12-07Make make portableAlbert Cervin