diff --git a/legacy/Makefile b/legacy/Makefile index 4737958a7..6e4fba474 100644 --- a/legacy/Makefile +++ b/legacy/Makefile @@ -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)