Skip to content
  • This project
    • Loading...
  • Sign in

John McEleney / casperjs

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • casperjs
  • Makefile
  • Nicolas Perriault's avatar
    moved sphinx docs to master repository · 6c82b54d
    6c82b54d Browse Files
    Nicolas Perriault authored 2013-03-12 14:44:07 +0100
Makefile 265 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 --config=.jshintconfig .