Skip to content

Commit

Permalink
updated makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Mar 15, 2012
1 parent bea2a07 commit b04e212
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions Makefile
Expand Up @@ -3,17 +3,14 @@ TESTS = $(wildcard test/test.*.js)
DOX = ./node_modules/.bin/dox
JADE = ./node_modules/.bin/jade

binding.node: build binding.cc
node-waf build

build:
node-waf configure
build/Release/binding.node: binding.cc binding.gyp
npm install

test:
@node test/run $(TESTS)

clean:
node-waf clean
rm -fr build

docs:
$(DOX) < lib/index.js > docs/index.json
Expand Down

0 comments on commit b04e212

Please sign in to comment.