remove mock from default build
This commit is contained in:
2
Makefile
2
Makefile
@@ -25,7 +25,7 @@ SLIB = wrapper/libxgboostwrapper.so
|
|||||||
|
|
||||||
.PHONY: clean all mpi python Rpack
|
.PHONY: clean all mpi python Rpack
|
||||||
|
|
||||||
all: $(BIN) $(OBJ) $(SLIB) $(MOCKBIN)
|
all: $(BIN) $(OBJ) $(SLIB)
|
||||||
mpi: $(MPIBIN)
|
mpi: $(MPIBIN)
|
||||||
|
|
||||||
python: wrapper/libxgboostwrapper.so
|
python: wrapper/libxgboostwrapper.so
|
||||||
|
|||||||
Reference in New Issue
Block a user