I run a model for which I occasionally have to change the source code. I would like to have a provision within the makefile which automatically zips up all the source files associated with a particular run and stores them along with the output files. Is it possible to do this from within the makefile?
thanks!
I agree with John’s comment. But this is a piece of cake to do in a Makefile:
You can adapt this to do it however you’d like.