Mercurial > repos > vipints > rdiff
diff rDiff/examples/Makefile @ 0:0f80a5141704
version 0.3 uploaded
author | vipints |
---|---|
date | Thu, 14 Feb 2013 23:38:36 -0500 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/rDiff/examples/Makefile Thu Feb 14 23:38:36 2013 -0500 @@ -0,0 +1,23 @@ +include ../bin/rdiff_config.sh + +all: example + +data: + ./get_data.sh + +example: param + + +threeexamples: data poisson param nonparam + +poisson: data + ./run_example.sh poisson + +param: data + ./run_example.sh param + +nonparam: data + ./run_example.sh nonparam + +clean: + rm -rf results-param results-nonparam results-poisson example_data.tar.gz data