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
|
mkdir -p tools
|
||||||
composer require --working-dir=tools friendsofphp/php-cs-fixer
|
composer require --working-dir=tools friendsofphp/php-cs-fixer
|
||||||
|
|
||||||
include locale/Makefile
|
|
||||||
|
|
||||||
locale-update:
|
locale-update:
|
||||||
$(MAKE) -C locale update
|
$(MAKE) -C locale update
|
||||||
locale-build:
|
locale-build:
|
||||||
$(MAKE) -C locale build
|
$(MAKE) -C locale clean build
|
||||||
|
|
||||||
vendor:
|
vendor:
|
||||||
composer install --no-progress --no-interaction $(COMPOSER_ARGS)
|
composer install --no-progress --no-interaction $(COMPOSER_ARGS)
|
||||||
|
|
Loading…
Reference in New Issue