From e8feddc6a81994d5cf7dc0c5042517d1f974a78a Mon Sep 17 00:00:00 2001 From: tqchen Date: Fri, 7 Feb 2014 22:43:13 -0800 Subject: [PATCH] chg makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5d3f9d527..668c4f9c8 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ OBJ = xgboost.o all: $(BIN) $(OBJ) export LDFLAGS= -pthread -lm -xgboost.o: booster/*.h booster/*.cpp +xgboost.o: booster/xgboost.h booster/xgboost_data.h booster/xgboost.cpp booster/*/*.hpp booster/*/*.h $(BIN) : $(CXX) $(CFLAGS) $(LDFLAGS) -o $@ $(filter %.cpp %.o %.c, $^)