From 07eea710103b772e5ef96c1821a8272d9be236ca Mon Sep 17 00:00:00 2001 From: kalenhaha Date: Thu, 10 Apr 2014 22:11:15 +0800 Subject: [PATCH] Lambda rank added --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 845c50e6f..75baf5662 100644 --- a/Makefile +++ b/Makefile @@ -10,9 +10,9 @@ OBJ = all: $(BIN) $(OBJ) export LDFLAGS= -pthread -lm -#xgboost: regression/xgboost_reg_main.cpp regression/*.h booster/*.h booster/*/*.hpp booster/*.hpp +xgboost: regression/xgboost_reg_main.cpp regression/*.h booster/*.h booster/*/*.hpp booster/*.hpp -xgboost: rank/xgboost_rank_main.cpp base/*.h rank/*.h booster/*.h booster/*/*.hpp booster/*.hpp +#xgboost: rank/xgboost_rank_main.cpp base/*.h rank/*.h booster/*.h booster/*/*.hpp booster/*.hpp $(BIN) : $(CXX) $(CFLAGS) $(LDFLAGS) -o $@ $(filter %.cpp %.o %.c, $^)