minify/makefile

6 lines
165 B
Makefile
Raw Normal View History

docs:
wget http://apigen.org/apigen.phar
chmod +x apigen.phar
php apigen.phar generate --source=src --destination=docs --template-theme=bootstrap
rm apigen.phar