Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dansnow/c-concat
Source concat
https://github.com/dansnow/c-concat
Last synced: 21 days ago
JSON representation
Source concat
- Host: GitHub
- URL: https://github.com/dansnow/c-concat
- Owner: DanSnow
- Created: 2015-10-27T14:32:04.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-28T05:13:07.000Z (about 9 years ago)
- Last Synced: 2024-10-15T15:23:22.914Z (about 1 month ago)
- Language: Ruby
- Size: 133 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
c-concat
========## Description ##
Have you only can hand out single c source code?
But you have splited the function in several file.
Let's concat all the file together.
And it can be automatically done to save your time.
Just develop as usual.## Usage ##
Sorry for this, now you need to copy all the source file to bin directory
And run `./cconcat ` and it will output file named `bundle.c`.## Todo ##
- Support more language, now only support c
- Deal with duplicate symbol, by add file prefix
- More options
- Gemify