1138fe6edbeaa80cf0bd9e1c35daca17df2a6835
[lhc/web/wiklou.git] / maintenance / Makefile
1 .PHONY: help make 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 doc:
10 php mwdocgen.php --all