Do we still need make/makefiles in 2018? I write Go regularly and it has a great build system(go build, gd) same for other languages like Erlang(rebar3). One thing I've realized is most large software projects still use some form of make in their build pipeline. Is this as a result of the addiction to *nix or there are no better tools out there. I want to hear more thoughts on this. Cheers! |