Makefile 188 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 .PHONY: default all default: all all: selftest clitest jshint selftest: -bin/casperjs selftest clitest: -python tests/clitests/runtests.py jshint: -jshint --config=.jshintconfig .