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:
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