UNPKG

libxmljs

Version:

libxml bindings for v8 javascript engine

19 lines (11 loc) 207 B
target=./build/Release/xmljs.node all: $(target) build/: node-gyp configure $(target): build/ src/*.cc src/*.h node-gyp build clean: rm -rf build test: clean $(target) npm test .PHONY: test clean