跳到主要内容

1 篇博文 含有标签「Bash」

Bash

查看所有标签

How I stopped worrying and loved Makefiles

· 阅读需 10 分钟
Tomasz Gągor
from Tom's Blog

转载:How I stopped worrying and loved Makefiles

First contact with make

When I was invited for my first job interview in the IT, I’ve been asked such question:

How would you typically build a program from sources, what commands will you use?

I answered:

It’s obvious:

./configure
make
make install

Those times belong to the past now and nowadays not many programmers use GNU Make1. Try asking this question and you will see disgust at best.

For many it’s the fist contact with make and often the last one, but not for me 😉

Footnotes

  1. https://www.gnu.org/software/make/