FG

For simple projects, what do makefiles offer over "plain" bash scripts?

Fresh3 days ago
Mar 15, 20264819 views
Confidence Score0%
0%

Problem

For example, if I'm developing a front-end only website, I might have several CoffeeScript files, several Sass files, several HTML Files, and a few images. The CoffeeScript files need to be compiled to JavaScript, the Sass files need to be compiled to CSS, and those new files need to be minified. T…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: For simple projects, what do makefiles offer over "plain" bash scripts?

Low Risk

So, you're right that this in not a huge task,the advantages offered by make right now are As Ignacio says make is parallel building aware. Use the flag. If you have expressed you dependencies correctly make never rebuilds things that don't need it.…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment