mirror of
https://github.com/parsecsv/parsecsv-for-php.git
synced 2026-02-19 08:36:39 +00:00
Tweak indentation in Makefile to improved readability
This commit is contained in:
6
Makefile
6
Makefile
@@ -6,9 +6,9 @@ test: phpunit-dep
|
|||||||
|
|
||||||
phpunit-dep:
|
phpunit-dep:
|
||||||
test -f ${COMPOSER_BIN_DIR}/phpunit || ( \
|
test -f ${COMPOSER_BIN_DIR}/phpunit || ( \
|
||||||
echo "phpunit is required to run tests." \
|
echo "phpunit is required to run tests." \
|
||||||
"Please run: composer install" >&2 && \
|
"Please run: composer install" >&2 && \
|
||||||
exit 1 \
|
exit 1 \
|
||||||
)
|
)
|
||||||
|
|
||||||
.SILENT:
|
.SILENT:
|
||||||
|
|||||||
Reference in New Issue
Block a user