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 | sh
Clone 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 install
Start Gulp
gulp
That's it! Enjoy your autocompiling.