Open jimon opened 8 years ago
You won't believe, there is a piece of build.fox from one of my projects, written from scratch by me:
rule copy
command = cp $in $out
description = copying $in to $out
I guess programmers just think in similar fashion...
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.