Merge pull request #1103 from joliss/makefile
Disable parallelism in Makefile
This commit is contained in:
commit
e0297e08b8
1
Makefile
1
Makefile
@ -1,3 +1,4 @@
|
|||||||
|
MAKEFLAGS = -j1
|
||||||
BROWSERIFY_CMD = node_modules/browserify/bin/cmd.js
|
BROWSERIFY_CMD = node_modules/browserify/bin/cmd.js
|
||||||
ISTANBUL_CMD = node_modules/istanbul/lib/cli.js cover
|
ISTANBUL_CMD = node_modules/istanbul/lib/cli.js cover
|
||||||
UGLIFY_CMD = node_modules/uglify-js/bin/uglifyjs
|
UGLIFY_CMD = node_modules/uglify-js/bin/uglifyjs
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user