Remove unused include locale/Makefile (#1407)

* Remove unused include locale/Makefile

This was generating a mess/loop with the git clean command.

* Clean/rebuild generated locales on install
This commit is contained in:
Jonas L 2021-10-17 15:21:17 +02:00 committed by GitHub
parent c613cb7d38
commit ada4c72e87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -7,12 +7,10 @@ $(PHP-CS-FIXER):
mkdir -p tools
composer require --working-dir=tools friendsofphp/php-cs-fixer
include locale/Makefile
locale-update:
$(MAKE) -C locale update
locale-build:
$(MAKE) -C locale build
$(MAKE) -C locale clean build
vendor:
composer install --no-progress --no-interaction $(COMPOSER_ARGS)