diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -65,6 +65,7 @@ node_modules/weak: @if [ ! -f node ]; then make all; fi @if [ ! -d node_modules ]; then mkdir -p node_modules; fi ./node deps/npm/bin/npm-cli.js install weak \ + --nodedir="$(shell pwd)" \ --prefix="$(shell pwd)" --unsafe-perm # go ahead and run as root. test-gc: all node_modules/weak |