alecello / alecello/algorithms-and-programming
Introduce dependency checking in build system
Aberta
enhancement
- Linguagem predominante
- C
- Estrelas
- 0
- Forks
- 0
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
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.
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.