got a build script for rebuilding the compiler, too

This commit is contained in:
Jeremy Ashkenas
2010-02-16 19:17:57 -05:00
parent c4d19cd1fa
commit 448ed36cd2
3 changed files with 14 additions and 2 deletions

View File

@@ -83,7 +83,7 @@
} else {
js = coffee.compile(code);
if (opts.run) {
process.compile(js, source);
eval(js);
} else if (opts.print) {
puts(js);
} else if (opts.lint) {