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>2018-02-27 13:57:59 +0300
committerRoman Grundkiewicz <rgrundki@exseed.ed.ac.uk>2018-02-27 13:57:59 +0300
commitab6c5585b3526436ecc019f007909e68c1649f73 (patch)
tree41812cbdabfb3acfb892c677ae71e624bad4ec27 /Makefile
parent9fcb8f6547caa4a3645b88c0e2b542f59a1a6e7b (diff)
Remove marian/build directories
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 98c748e..4c4c73e 100644
--- a/Makefile
+++ b/Makefile
@@ -30,6 +30,7 @@ tools:
tools/marian:
git -C $@ pull || git clone $(GIT_MARIAN_DEV) -b $(BRANCH) $@
+ rm -rf $@/build
mkdir -p $@/build && cd $@/build && cmake .. -DCOMPILE_EXAMPLES=ON -DUSE_CUDNN=$(USE_CUDNN) && make -j$(THREADS)
models: