From bae1a08c9b514686773fa0633988384f4bea45ac Mon Sep 17 00:00:00 2001 From: tqchen Date: Fri, 6 Mar 2015 21:02:22 -0800 Subject: [PATCH] remove mock from default build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6354479f3..970fb4f8a 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ SLIB = wrapper/libxgboostwrapper.so .PHONY: clean all mpi python Rpack -all: $(BIN) $(OBJ) $(SLIB) $(MOCKBIN) +all: $(BIN) $(OBJ) $(SLIB) mpi: $(MPIBIN) python: wrapper/libxgboostwrapper.so