Skip to content

Commit

Permalink
Replace rake task 'compile' in 'install' with 'compile_init_module' t…
Browse files Browse the repository at this point in the history
…o pass installation
  • Loading branch information
junkw committed Dec 24, 2016
1 parent 5a1a7c7 commit 1d042de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -91,7 +91,7 @@ task :check_recipes do
end

task :default => [:generate_loaddefs, :compile, :tag]
task :install => [:generate_loaddefs, :clone_revealjs, :link, :make_dir, :compile, :tag]
task :install => [:generate_loaddefs, :clone_revealjs, :link, :make_dir, :compile_init_module, :tag]
task :travis => [:link, :make_dir, :install_elget]
task :compile => [:compile_all]
task :clear => [:remove_var]
Expand Down

0 comments on commit 1d042de

Please sign in to comment.