42 Make
Just messing with makefiles. Contributions are welcome
how to use ?
wget https://raw.githubusercontent.com/tmatis/42make/master/Makefile
And configure these field:
if you have tty error on workflows
add NOVISU=1 as argument to your makefile:
make NOVISU=1
if you want to list all .cpp file
find . -type f | grep '.cpp'