alecello / alecello/algorithms-and-programming
Introduce dependency checking in build system
Abierto
enhancement
- Lenguaje dominante
- C
- Estrellas
- 0
- Forks
- 0
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.