summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index e60ffc7..4a1f25e 100644
--- a/Rakefile
+++ b/Rakefile
@@ -41,6 +41,7 @@ namespace "fminer" do
task :update do
puts `git submodule update --init`
Dir.chdir('libfminer/libbbrc')
+ puts `git checkout master`
puts `git checkout Makefile`
puts `git pull`
puts `./configure`
@@ -52,6 +53,7 @@ namespace "fminer" do
end
puts `make ruby`
Dir.chdir('../liblast')
+ puts `git checkout master`
puts `git checkout Makefile`
puts `git pull`
puts `./configure`