Skip to content

OlguD/C-Project-Creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C Project Creator

This project allows you to quickly create a C project. It runs smoothly on Windows and Linux computers

Screenshots

Output

Installation

Clone repository in your machine

git clone [email protected]:OlguD/C-Project-Creator.git

Run Locally

Clone the project

  git clone [email protected]:OlguD/C-Project-Creator.git

Go to the project directory

  cd C-Project-Creator

Compile project

  make

Create project

  make run

Clean created folders

  make clean_created

Clean compiled project

  make clean

Authors

Releases

No releases published

Packages

No packages published