Skip to content

Instantly share code, notes, and snippets.

@Bajena

Bajena/block6.rb Secret

Created April 23, 2020 20:18
Show Gist options
  • Save Bajena/a9381248500a974418aa41889925e116 to your computer and use it in GitHub Desktop.
Save Bajena/a9381248500a974418aa41889925e116 to your computer and use it in GitHub Desktop.
task :compile do
puts "Compiling extension"
`cd ext/matrix_boost && make clean`
`cd ext/matrix_boost && ruby extconf.rb`
`cd ext/matrix_boost && make`
puts "Done"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment