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:
parent
c613cb7d38
commit
ada4c72e87
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue