From 79fa8b99d4d15b1b168f00a3713152ce1ebda90b Mon Sep 17 00:00:00 2001 From: tqchen Date: Sun, 31 Aug 2014 14:26:35 -0700 Subject: [PATCH] pack script with cleanup --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 552954453..775b42eba 100644 --- a/Makefile +++ b/Makefile @@ -43,6 +43,9 @@ install: Rpack: rm -rf xgboost xgboost*.tar.gz cp -r R-package xgboost + rm -rf xgboost/inst/examples/*.buffer + rm -rf xgboost/inst/examples/*.model + rm -rf xgboost/inst/examples/dump* rm -rf xgboost/src/*.o xgboost/src/*.so xgboost/src/*.dll rm -rf xgboost/demo/*.model xgboost/demo/*.buffer cp -r src xgboost/src/src