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