add ideas dir with future conf and execve test
[god.git] / ideas / execve / extconf.rb
blob8183edfbd4bd0dc886ddd034bc8092973c2d6123
1 # Loads mkmf which is used to make makefiles for Ruby extensions
2 require 'mkmf'
4 # Give it a name
5 extension_name = 'execve'
7 # The destination
8 dir_config(extension_name)
10 # Do the work
11 create_makefile(extension_name)