summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--binding.gyp9
2 files changed, 10 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 8fe1b76..c76190a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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" ]
+ }
+ ]
+}
+