Tweak indentation in Makefile to improved readability

This commit is contained in:
2014-06-19 14:35:02 +01:00
parent d795ad0e05
commit 813ef3849e

View File

@@ -6,9 +6,9 @@ test: phpunit-dep
phpunit-dep:
test -f ${COMPOSER_BIN_DIR}/phpunit || ( \
echo "phpunit is required to run tests." \
"Please run: composer install" >&2 && \
exit 1 \
echo "phpunit is required to run tests." \
"Please run: composer install" >&2 && \
exit 1 \
)
.SILENT: