Skip to content

Commit

Permalink
Enhancement: Keep targets sorted by name
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz authored and pimjansen committed Aug 25, 2019
1 parent d6b6894 commit 82bef77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
.PHONY: fix sniff test

vendor/autoload.php:
composer install --no-interaction --prefer-dist

fix: vendor/autoload.php
vendor/bin/phpcbf --standard=PSR2 src

Expand All @@ -11,3 +8,6 @@ sniff: vendor/autoload.php

test: vendor/autoload.php
vendor/bin/phpunit --verbose

vendor/autoload.php:
composer install --no-interaction --prefer-dist

0 comments on commit 82bef77

Please sign in to comment.