@@ -0,0 +1,12 @@
all:
@cp lib/term.js term.js
@uglifyjs -o term.min.js term.js
clean:
@rm term.js
@rm term.min.js
bench:
@node test/bench
.PHONY: clean all
The note is not visible to the blocked user.