aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/Makefile
blob: 8cdb03f008463944cfaea94586e3bb6c553d2eed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
.PHONY: help doc test
help:
	# Run 'make test' to run the parser tests.
	# Run 'make doc' to run the phpdoc generation.

test:
	php parserTests.php

test-light:
	php parserTests.php --color=light

doc:
	php mwdocgen.php --all