summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-06-14 11:28:29 +0200
committerAndreas Maunz <andreas@maunz.de>2011-06-14 11:28:29 +0200
commit3a8191b7308bc8548f6f3057ee4b527900f014c1 (patch)
tree5a4117714205bccb13ff69a8d5faca7603c94595
parente51c81eb01668fd92156b4a8aacc3e0c8584dc62 (diff)
Forcing clean in libfminer
-rw-r--r--README2
1 files changed, 2 insertions, 0 deletions
diff --git a/README b/README
index 7fa7371..1a051b9 100644
--- a/README
+++ b/README
@@ -38,7 +38,9 @@ otupdate() {
for d in `find -not -name "." -type d -maxdepth 1 2>/dev/null`; do echo $d ; cd $d ; git pull ; echo ; cd - ; done
cd $HOME/opentox-ruby/www/opentox/algorithm/libfminer
git pull
+ make -C libbbrc/ clean
make -C libbbrc/ ruby
+ make -C liblast/ clean
make -C liblast/ ruby
cd -
cd $HOME/opentox-ruby/www/opentox/algorithm/last-utils