Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 576 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 576 Bytes

Purpose

This project consist into auto compile the program .c into a .exe using the gcc.

Example

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.