Skip to content

Commit

Permalink
use parallel compile
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Nov 30, 2011
1 parent 5fb48c1 commit f3604cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ endif
gyp:
python gen_settings.py
python gyp/gyp build.gyp --depth=. -f make --generator-output=./projects/makefiles
make -C ./projects/makefiles/
make -j$(NPROCS) -C ./projects/makefiles/ V=1
cp projects/makefiles/out/Default/_mapnik.node lib/_mapnik.node

install: all
Expand Down

0 comments on commit f3604cf

Please sign in to comment.