remove mock from default build

This commit is contained in:
tqchen 2015-03-06 21:02:22 -08:00
parent 39cb9d2c5e
commit bae1a08c9b

View File

@ -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