Since 'php parserTests.php' is too long for my lazy fingers, added a Makefile.
[lhc/web/wiklou.git] / maintenance / Makefile
1 help:
2 # Run 'make test' to run the parser tests.
3 # Run 'make doc' to run the phpdoc generation.
4
5 test:
6 php parserTests.php
7
8 doc:
9 php mwdocgen.php --all