Lambda rank added

This commit is contained in:
kalenhaha 2014-04-10 22:11:15 +08:00
parent c8b2f46b89
commit 07eea71010

View File

@ -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, $^)