Commit 0a0b3162 by Nathan Rajlich

node-gyp in the ./configure and Makefile.

parent b70da5d7
build: build:
node-waf build node-gyp build
clean: clean:
node-waf clean node-gyp clean
db: db:
@if ! [ -f test/support/big.db ]; then \ @if ! [ -f test/support/big.db ]; then \
......
#!/bin/sh #!/bin/sh
node-waf configure $@ node-gyp configure $@
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment