remove mock from default build
This commit is contained in:
parent
39cb9d2c5e
commit
bae1a08c9b
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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user