thatcher / env-js forked from jeresig/env-js

A pure-JavaScript browser environment.

This URL has Read+Write access

smparkes (author)
Fri Nov 06 19:02:08 -0800 2009
commit  5a71614d5147175d612a50e16af9b34bb0717b39
tree    8b385a9cac721a334bbca6772ec11e5f5df1651b
parent  b80154c9cf89d217423fa556db1e33b2d3cab21c
env-js / Makefile
100644 8 lines (5 sloc) 0.152 kb
1
2
3
4
5
6
7
8
JAR = java -jar dist/env-js.jar
 
test-rhino:
ant -emacs test
 
run-rhino:
echo "load('dist/env.rhino.js');window.location='test/index.html';" | ${JAR}