Makefile 242 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 .PHONY: default test docs selftest clitest jshint default: test test: selftest clitest jshint docs: sphinx-build -b html ./docs docs/_build selftest: bin/casperjs selftest clitest: python tests/clitests/runtests.py jshint: jshint .