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:
Diffstat (limited to 'vowpalwabbit/Makefile')
-rw-r--r--vowpalwabbit/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/vowpalwabbit/Makefile b/vowpalwabbit/Makefile
index 79893902..9ecd681c 100644
--- a/vowpalwabbit/Makefile
+++ b/vowpalwabbit/Makefile
@@ -52,3 +52,4 @@ install: $(BINARIES)
clean:
rm -f *.o *.d $(BINARIES) *~ $(MANPAGES) libvw.a
+.PHONY: all clean install test things