Skip to content

rudreais/make_it

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

make_it

automatic creation of makefile for C project

how to install

just run the install.sh file as root as:

$ sudo ./install.sh

it will ask you for a bin directory.

the default one that'll be used is $HOME/bin (if not existing, will create it).

how to use

short video

$ make_it my_repo
// clears screen

once you launch it, it will ask you for a sources directory where all your .c are, a libraries directory where your subdirectories for lib are, and an include directory with all your .h.

About

automatic creation of makefile for C project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages