diff options
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | binding.gyp | 9 |
2 files changed, 10 insertions, 1 deletions
@@ -1,5 +1,5 @@ *~ -*_wrap.c +*_wrap.c** *blib *.bs *.o diff --git a/binding.gyp b/binding.gyp new file mode 100644 index 0000000..907608e --- /dev/null +++ b/binding.gyp @@ -0,0 +1,9 @@ +{ + "targets": [ + { + "target_name": "pikul", + "sources": [ "pikul.cxx", "pikul_wrap.cxx" ] + } + ] +} + |