mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-02-22 04:30:32 +09:00
11 lines
183 B
Makefile
11 lines
183 B
Makefile
.PHONY: phpstan php-cs-fixer
|
|
|
|
tools/vendor:
|
|
composer install -d tools
|
|
|
|
phpstan: tools/vendor
|
|
tools/vendor/bin/phpstan
|
|
|
|
php-cs-fixer: tools/vendor
|
|
tools/vendor/bin/php-cs-fixer fix
|