Compiling C programs each time that you save a file using NPM task runner Gulp. Are you tired of switching windows each time you'd like to save and compile your c program? Same.
Install NPM
curl -L https://www.npmjs.com/install.sh | shClone the repo and install node modules with NPM
git clone https://github.com/mavieth/auto-compile-c-programs.git
cd auto-compile-c-programs
npm installStart Gulp
gulpThat's it! Enjoy your autocompiling.