summaryrefslogtreecommitdiff
path: root/contrib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/Makefile')
-rw-r--r--contrib/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/contrib/Makefile b/contrib/Makefile
new file mode 100644
index 00000000..7c6a2058
--- /dev/null
+++ b/contrib/Makefile
@@ -0,0 +1,12 @@
+MITOGEN_VERSION := 0.2.9
+MITOGEN_SHA256SUM := 76cb9afef92596818a4639afb2a0bb0384ce7b6699b353af55662057b08b1e57
+
+all: download-mitogen
+
+download-mitogen: mitogen-${MITOGEN_VERSION}.tar.gz
+
+mitogen-${MITOGEN_VERSION}.tar.gz:
+ wget "https://networkgenomics.com/try/$@" -O "$@"
+ echo "${MITOGEN_SHA256SUM} $@" | sha256sum -c
+ tar -xzf $@
+ ln -sf "mitogen-${MITOGEN_VERSION}" mitogen