Hacker News new | ask | show | jobs
by zweicoder 3254 days ago
Late to the thread, but just wondering why are so many people using makefiles instead of say bash scripts?

I personally achieve the same result with a homebrew solution that uses bash exclusively (https://github.com/zweicoder/magic) but just curious to know why so many people prefer makefiles.