toxon
/
lita-tox
Archived
1
0
Fork 0

Add extension "tox"

This commit is contained in:
Braiden Vasco 2015-07-25 18:16:16 +05:00
parent a46a47aae7
commit baed2f8618
2 changed files with 14 additions and 0 deletions

7
ext/tox/extconf.rb Executable file
View File

@ -0,0 +1,7 @@
#!/usr/bin/env ruby
require 'mkmf'
NAME = 'tox'
create_makefile "#{NAME}/#{NAME}"

7
ext/tox/tox.c Normal file
View File

@ -0,0 +1,7 @@
#include <ruby.h>
void Init_tox();
void Init_tox()
{
}