From 6fa280c2f430e68f5857b314b9607007be6245ca Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 18 Oct 2014 17:40:05 -0700 Subject: Added 'make jshint'. --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4a01824..2a96722 100644 --- a/Makefile +++ b/Makefile @@ -38,6 +38,9 @@ js/stmd.js: js/lib/index.js ${JSMODULES} testjs: spec.txt node js/test.js +jshint: + jshint ${JSMODULES} + benchjs: node js/bench.js ${BENCHINP} @@ -57,7 +60,7 @@ $(SRCDIR)/case_fold_switch.inc: $(DATADIR)/CaseFolding-3.2.0.txt $(SRCDIR)/html/html_unescape.h: $(SRCDIR)/html/html_unescape.gperf gperf -I -t -N find_entity -H hash_entity -K entity -C -l --null-strings -m5 $< > $@ -.PHONY: leakcheck clean fuzztest dingus upload +.PHONY: leakcheck clean fuzztest dingus upload jshint test testjs benchjs dingus: js/stmd.js cd js && echo "Starting dingus server at http://localhost:9000" && python -m SimpleHTTPServer 9000 -- cgit v1.2.3