mirror of
https://github.com/matthiasmullie/minify.git
synced 2025-02-22 12:02:47 +01:00
6 lines
165 B
Makefile
6 lines
165 B
Makefile
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
|