Skip to content

ywwhack/node-gcc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#node-gcc

##Install

npm install -g node-gcc

##Usage when compile a C project without IDE, we may need add xxx.c one by one like this:

gcc main.c a.c b.c xxx.c...

node-gcc just a tool for convenience to add this annoying xxx.c, you just need point out the main file:

node-gcc compile main.c

About

a tool for gcc compile

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published