since you're here i assume that you are tired of compiling your codes with up to three lines of command before seeing an error or testing your program
This is a custom script that helps automate that boring process of hitting your keyboard over and over again to do the same task and thus saves time. All with the help of the gcc program that comes pre-installed in all linux distro
And guess what !!!
- you can invoke this script from any directory you're working on
- you can define a path where your c or c++ program is
git clone https://github.com/n1lby73/c-compiler
cd c-compiler
sudo bash install.sh
cd path/c-compiler
sudo bash uninstall.sh
- Path denotes directory where scripts was cloned in
- If you're unsure of the path, do this
rm -rf c-compiler
git clone https://github.com/n1lby73/c-compiler
cd c-compiler
sudo bash uninstall.sh
compile ...FILE / PATH...
- Report found bugs here
- Contributions, issues, and feature requests are welcome!
- Feel free to make PR
- Give a ★ if you like this project!