Download this file

Makefile    8 lines (6 with data), 293 Bytes

1
2
3
4
5
6
7
# Make single-file jslint script out of main script (from jslint.com,
# patched by us to tweak its behavior, as it configurability leaves much
# to be desired) and Rhino support module. Needed because Rhino accepts
# only single file as script.
jslint.js: fulljslint.js rhino.js
cat $^ >$@