diff options
author | guy Decoux <ts@moulon.inra.fr> | 2009-02-28 19:48:26 +0100 |
---|---|---|
committer | guy Decoux <ts@moulon.inra.fr> | 2009-02-28 19:48:26 +0100 |
commit | 35a378406bed6a38e4797d7faefafa8c9738073e (patch) | |
tree | 32f42574265a1740ff989d10a2ab5264fee61657 /extconf.rb | |
download | mmap-ruby-35a378406bed6a38e4797d7faefafa8c9738073e.zip mmap-ruby-35a378406bed6a38e4797d7faefafa8c9738073e.tar.gz |
mmap-0.1
Diffstat (limited to 'extconf.rb')
-rw-r--r-- | extconf.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extconf.rb b/extconf.rb new file mode 100644 index 0000000..602c79a --- /dev/null +++ b/extconf.rb @@ -0,0 +1,2 @@ +require "mkmf" +create_makefile "mmap" |