Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/marian-regression-tests.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Grundkiewicz <rgrundki@exseed.ed.ac.uk>2017-09-27 18:17:02 +0300
committerRoman Grundkiewicz <rgrundki@exseed.ed.ac.uk>2017-09-27 18:17:02 +0300
commit98daacd8dc3fdf74ff90bc4e7638a00acab66996 (patch)
tree6394daab43fcf66aa617ad01a20a33a8cf6b8074 /Makefile
parentfd03240e8c016bba31b39c8aa6a46e47e6908f53 (diff)
Fix 'make models'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c90ced5..5d1b736 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ GIT_MARIAN=http://github.com/marian-nmt/marian.git
GIT_MOSES_SCRIPTS=http://github.com/marian-nmt/moses-scripts.git
GIT_SUBWORD_NMT=http://github.com/rsennrich/subword-nmt.git
-.PHONY: tools/marian-dev tools/marian install
+.PHONY: tools/marian-dev tools/marian install models
.SECONDARY:
@@ -23,4 +23,4 @@ tools/marian:
models:
mkdir -p $@
- cd $@ && bash download_wmt16.sh
+ cd $@ && bash ./download_wmt16.sh