Browse Source

Makefile: run "rebuild"

v1.x
Nathan Rajlich 13 years ago
parent
commit
566a9a9eed
  1. 2
      Makefile

2
Makefile

@ -3,7 +3,7 @@ ADDON = build/Release/canvas.node
REPORTER = dot
$(ADDON): src/*.cc
node-gyp configure build
node-gyp rebuild
test: $(ADDON)
@./node_modules/.bin/mocha \

Loading…
Cancel
Save