make test-light (cause i am lazy)
[lhc/web/wiklou.git] / maintenance / Makefile
1 .PHONY: help doc test
2 help:
3 # Run 'make test' to run the parser tests.
4 # Run 'make doc' to run the phpdoc generation.
5
6 test:
7 php parserTests.php
8
9 test-light:
10 php parserTests.php --color=light
11
12 doc:
13 php mwdocgen.php --all