Hacker News new | ask | show | jobs
by davexunit 4255 days ago
Any developer should know how to write basic shell scripts to glue things together. Not taking advantage of the excellent pre-existing unix systems tools is a huge mistake.
1 comments

That becomes a problem if you also want to have your project to be buildable on Windows, and it seems silly to exclude one platform solely because your build process doesn't support it.
Plenty of software that uses make and other tools is buildable on Windows.
Windows does have nmake. Of course it is a horrible implementation of make but the basics work.