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

github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHal Daume III <me@hal3.name>2014-08-02 18:19:17 +0400
committerHal Daume III <me@hal3.name>2014-08-02 18:19:17 +0400
commitdba35f69c913639c417d7db18c15365c002f9516 (patch)
tree5f539c48c991d36163f27df3aaba1b002426ca76 /Makefile
parentb9ad37c089a818c256d313f13b54191d7e653ae4 (diff)
re-fixed snapshot bug, changed type of structured_predict to remove copying
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 58ab89c8..b4e14286 100644
--- a/Makefile
+++ b/Makefile
@@ -84,7 +84,7 @@ library_example: vw
cd library; $(MAKE) -j 8
python: vw
- cd python; $(MAKE)
+ cd python; $(MAKE) things
.FORCE: