DamienIrving / climate-analysis

Code used for the analysis and visualisation of climate data during my PhD
MIT License
40 stars 19 forks source link

Dealing with scripts that produce multiple files in make #31

Open DamienIrving opened 8 years ago

DamienIrving commented 8 years ago

My script remove_drift.py presents a unique challenge to make because it outputs a number of files. At the moment it's fine (there are other dependencies that make everything update correctly), but the final comment in this post proposes a proxy timestamp file, which sounds useful.

http://stackoverflow.com/questions/14914870/making-multiple-files-from-multiple-files-with-one-command-in-gnu-make