node-gyp-boilerplate/binding.gyp

7 lines
104 B
Python

{
"targets": [{
"target_name": "hello",
"sources": [ "./src/hello.c" ]
}]
}