Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-24 | Improve 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-17 | makedeps: Fix regular expression. | John Ankarström | |
2022-07-15 | Fix typo. | John Ankarström | |
2022-07-15 | Improve makedeps script. | John Ankarström | |