Skip to content

Commit

Permalink
Shorten commands
Browse files Browse the repository at this point in the history
  • Loading branch information
lifesinger committed Feb 16, 2013
1 parent 13e21ba commit e4d0d63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
build:
ant -buildfile tools/build.xml

build_all:
all:
ant -buildfile tools/build.xml build_seajs
ant -buildfile tools/build.xml build_plugins

test:
phantomjs tools/phantom.js http://localhost/~lifesinger/seajs/seajs/tests/runner.html?console

test_local:
local:
phantomjs tools/phantom.js tests/runner.html?console

test_node:
node:
node tests/runner-node.js

size:
Expand Down

0 comments on commit e4d0d63

Please sign in to comment.