Skip to content

EnzoReverdi/LazyMake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LazyMake

reckless code do not judge, but it save up some time

Add this to your .whatevershellrc

lazymake() {
  cp /Your/Path/to/LazyMake.sh .
  if [ -n "$1" ]
    then
      ./LazyMake.sh ${1}
    else
      ./LazyMake.sh
    fi
  rm LazyMake.sh
}

change the second line before using it

call lazy make with a 1 will include CSFML librairy , 2 will include ncurses.

there's features that you can enable by opening the script and looking for them at the begining

About

generate makefile for epitech project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages