Skip to content

Commit

Permalink
Removed deadly witespace from Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jnweiger committed Oct 5, 2021
1 parent 3f2ee22 commit e8c5469
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Makefile
Expand Up @@ -150,27 +150,27 @@ test-php-lint: vendor/bin/parallel-lint
#
# Dependency management
#--------------------------------------
composer.lock: composer.json
composer.lock: composer.json
@echo composer.lock is not up to date.

vendor: composer.lock
vendor: composer.lock
composer install --no-dev

vendor/bin/phpunit: composer.lock
vendor/bin/phpunit: composer.lock
composer install

vendor/bin/codecept: composer.lock
vendor/bin/codecept: composer.lock
composer install

vendor/bin/parallel-lint: composer.lock
vendor/bin/parallel-lint: composer.lock
composer install

vendor/bamarni/composer-bin-plugin: composer.lock
vendor/bamarni/composer-bin-plugin: composer.lock
composer install

vendor-bin/owncloud-codestyle/vendor: vendor/bamarni/composer-bin-plugin vendor-bin/owncloud-codestyle/composer.lock
vendor-bin/owncloud-codestyle/vendor: vendor/bamarni/composer-bin-plugin vendor-bin/owncloud-codestyle/composer.lock
composer bin owncloud-codestyle install --no-progress

vendor-bin/owncloud-codestyle/composer.lock: vendor-bin/owncloud-codestyle/composer.json
vendor-bin/owncloud-codestyle/composer.lock: vendor-bin/owncloud-codestyle/composer.json
@echo owncloud-codestyle composer.lock is not up to date.

0 comments on commit e8c5469

Please sign in to comment.