Commit 0a0b3162 by Nathan Rajlich

node-gyp in the ./configure and Makefile.

parent b70da5d7
build:
node-waf build
node-gyp build
clean:
node-waf clean
node-gyp clean
db:
@if ! [ -f test/support/big.db ]; then \
@if ! [ -f test/support/big.db ]; then \
echo "Creating test database... This may take several minutes." ; \
node test/support/createdb.js ; \
fi
......@@ -21,4 +21,4 @@ test: build db
@expresso -I lib test/${only}.test.js
endif
.PHONY: build clean test
\ No newline at end of file
.PHONY: build clean test
#!/bin/sh
node-waf configure $@
\ No newline at end of file
node-gyp configure $@
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