From my experience copying file in a cross-platform fashion is a HUGE PAIN IS THE BUTT. So would be nice to provide a copy rule like this: ``` rule copy command = cp $in $out description = copying $in to $out ``` but supporting all feasible platforms.
From my experience copying file in a cross-platform fashion is a HUGE PAIN IS THE BUTT. So would be nice to provide a copy rule like this:
but supporting all feasible platforms.