update this folder

This commit is contained in:
tqchen
2014-02-06 16:06:18 -08:00
parent 750871a158
commit 5a2b8678fc
5 changed files with 50 additions and 13 deletions

View File

@@ -10,7 +10,7 @@ OBJ = xgboost.o
all: $(BIN) $(OBJ)
export LDFLAGS= -pthread -lm
xgboost.o: booster/xgboost.cpp
xgboost.o: booster/*.h booster/*.cpp
$(BIN) :
$(CXX) $(CFLAGS) $(LDFLAGS) -o $@ $(filter %.cpp %.o %.c, $^)