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:
authorJohn Langford <jl@hunch.net>2014-09-07 20:51:24 +0400
committerJohn Langford <jl@hunch.net>2014-09-07 20:51:24 +0400
commitb067a15dd82a5a1186ac84340b2d646c9bc2e27f (patch)
treef369d20622918d72c3519e630158b0a528336eb3 /Makefile
parent719d6a37a8e954daf56453f434d31668a66f9c1f (diff)
reenabling python. Functionality under some compilers is better than nothing
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ec44d107..99398285 100644
--- a/Makefile
+++ b/Makefile
@@ -64,7 +64,7 @@ FLAGS = $(CFLAGS) $(LDFLAGS) $(ARCH) $(WARN_FLAGS) $(OPTIM_FLAGS) -D_FILE_OFFSET
BINARIES = vw active_interactor
MANPAGES = vw.1
-all: vw spanning_tree library_example
+all: vw spanning_tree library_example python
%.1: %
help2man --no-info --name="Vowpal Wabbit -- fast online learning tool" ./$< > $@