summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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