An open API service indexing awesome lists of open source software.

https://github.com/electronvector/blog-rake-gcc-depends

Example using Rake to build a C application with auto-dependency tracking via GCC
https://github.com/electronvector/blog-rake-gcc-depends

Last synced: 19 days ago
JSON representation

Example using Rake to build a C application with auto-dependency tracking via GCC

Awesome Lists containing this project

README

          

# blog-rake-gcc-depends
Example using Rake to build a C application with auto-dependency tracking via GCC.

Companion source to blog: [Using GCC for Automatic C-Langugae Dependency Managment with Rake](http://www.electronvector.com/blog/using-gcc-for-automatic-c-language-dependency-managment-with-rake).