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