This project consist into auto compile the program .c into a .exe using the gcc.
In this phase of the project, We can auto compile a program .c that is in the current directory, Example:
- current path in cmd:
C:\Users\YouUser\Desktop\currentPaste
and then you run the command in your terminal.\auto-compile --path .\example.c
, The program will ask you the name of the output that you want and compile your program. - When finished will create a .exe in the current directory
C:\Users\YouUser\Desktop\currentPaste\outputNameSelected.exe
.