Skip to content

Commit

Permalink
Checkout submodule prior to cleaning hiredis
Browse files Browse the repository at this point in the history
  • Loading branch information
pietern committed Sep 21, 2010
1 parent bf8ebd9 commit 5351ff0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -49,6 +49,7 @@ end

namespace :hiredis do
task :clean do
system("git submodule update --init")
system("cd vendor/hiredis && make clean")
end
end
Expand Down

0 comments on commit 5351ff0

Please sign in to comment.