Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are the other uses of the "make" command?

A sysadmin teacher told me one day that I should learn to use "make" because I could use it for a lot of other things that just triggering complilations.

I never got the chance to talk longer about it. Do you have any good example ?

As a bonus, isn't it this tool deprecated, and what are modern alternatives (for the compilation purpose and others) ?

like image 987
e-satis Avatar asked Oct 20 '25 09:10

e-satis


1 Answers

One excellent thing make can be used for besides compilation is LaTeX. If you're doing any serious work with LaTeX, you'll find make very handy because of the need to re-interpret .tex files several times when using BibTex or tables of contents.

Make is definitely not deprecated. Although there are different ways of doing the same thing (batch files on Windows, shell scripts on Linux) make works the best, IMHO.

like image 154
KillerKiwi Avatar answered Oct 23 '25 07:10

KillerKiwi



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!