Ecosyste.ms: Awesome
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: 6 days ago
JSON representation
Example using Rake to build a C application with auto-dependency tracking via GCC
- Host: GitHub
- URL: https://github.com/electronvector/blog-rake-gcc-depends
- Owner: ElectronVector
- License: mit
- Created: 2015-01-30T05:42:59.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-04T14:04:25.000Z (almost 10 years ago)
- Last Synced: 2024-11-11T12:17:09.710Z (2 months ago)
- Language: Ruby
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).