diff --git a/make.js b/make.js index d25d2a1..53e5e81 100644 --- a/make.js +++ b/make.js @@ -38,7 +38,6 @@ setTimeout(function() { global.target[arg](); else { console.log('no such target: ' + arg); - global.exit(1); } }); } else if ('all' in global.target) {