Skip to content

Commit

Permalink
debug target to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Jun 25, 2014
1 parent 377a625 commit 123d411
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ all: mapnik.node
mapnik.node: ./node_modules
./node_modules/.bin/node-pre-gyp build --loglevel=silent

debug:
./node_modules/.bin/node-pre-gyp rebuild --debug

verbose:
./node_modules/.bin/node-pre-gyp rebuild --loglevel=verbose

Expand Down

0 comments on commit 123d411

Please sign in to comment.