diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2020-03-02 02:55:00 +0000 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2020-03-02 02:55:00 +0000 |
commit | e9c81f9f40187bc4701ac539d110003e92b9ca69 (patch) | |
tree | e3929f2a116cf1bc790eaf88883e0315ef0ffa6c /reproduce/analysis/make/top-make.mk | |
parent | f51082b27e47e552658000689161c150d9c9a70e (diff) |
Described the first analysis phase with a demo subMakefile
Until now, there was no explanation on an actual analysis phase, therefore
with this commit an example scenario with a readable Makefile is included.
The Data lineage graph was also simplified to both be more readable, and
also to correspond to this new explanation and subMakefile.
Some random edits/typos were also corrected and some references added for
discussion.
Diffstat (limited to 'reproduce/analysis/make/top-make.mk')
-rw-r--r-- | reproduce/analysis/make/top-make.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reproduce/analysis/make/top-make.mk b/reproduce/analysis/make/top-make.mk index 29bcd83..6dd322f 100644 --- a/reproduce/analysis/make/top-make.mk +++ b/reproduce/analysis/make/top-make.mk @@ -113,7 +113,7 @@ endif makesrc = initialize \ download \ verify \ - menke2020 \ + analysis-1 \ paper |