Skip to content

Instantly share code, notes, and snippets.

@nofxx
Created September 4, 2008 15:53
Show Gist options
  • Save nofxx/8795 to your computer and use it in GitHub Desktop.
Save nofxx/8795 to your computer and use it in GitHub Desktop.
module Compile
def self.c
system "ruby ext/extconf.rb && cd ext && make"
end
end
class Autotest
Autotest.add_hook :ran_command do |a|
Compile::c
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment