Skip to content

Commit

Permalink
bin: Run make build rather than make all
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Mathieson committed Feb 2, 2015
1 parent 3384506 commit d5bae0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/server
Expand Up @@ -16,7 +16,7 @@ var root = join(__dirname, '..');
var port = 8888;
var server = koa()
.use(logger())
.use(exec('make build'))
.use(exec('make all'))
.use(serve(root));

/**
Expand Down

0 comments on commit d5bae0a

Please sign in to comment.