Skip to content
Snippets Groups Projects
Commit 891bef7d authored by Remco's avatar Remco
Browse files

added nodejs makefile, updated all bindings, updated const generator for nodejs, ruby and python

parent e309eecc
Branches
Tags
No related merge requests found
# Python binding for Keystone engine. Nguyen Anh Quynh <aquynh@gmail.com>
ifndef BUILDDIR
OBJDIR = ./build
else
OBJDIR = $(abspath $(BUILDDIR))/obj/bindings/nodejs
endif
.PHONY: gen_const install clean
gen_const:
cd .. && python const_generator.py nodejs
install:
npm install ./
clean:
check:
node sample.js
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment