aboutsummaryrefslogtreecommitdiff
path: root/makedeps
AgeCommit message (Collapse)Author
2022-07-24Improve makedeps.John Ankarström
This version correctly finds dependencies inside dependencies. One may wonder why I don't just use gcc -MM c/*.cpp, which produces basically the same result. The simple reason is that gcc does it very slowly. It would be unfeasible to run before every compilation.
2022-07-17makedeps: Fix regular expression.John Ankarström
2022-07-15Fix typo.John Ankarström
2022-07-15Improve makedeps script.John Ankarström