alecello / alecello/algorithms-and-programming
Introduce dependency checking in build system
Open
enhancement
- Dominant language
- C
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Right now the only ordering that is done at build time is to build libraries before programs. However if a library depends on another library and the order happens to be wrong, the build will fail with the current system. Also if we build one program that depends on other libraries and we didn't build the libraries before, the build will fail.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.