1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00
Files
archived-web-php/Makefile
Andreas Möller dc0eb0f29f Enhancement: Add Makefile
Closes GH-621.
2022-07-11 13:48:55 +02:00

8 lines
280 B
Makefile

.PHONY: help
help: ## Displays this list of targets with descriptions
@grep -E '^[a-zA-Z0-9_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[32m%-30s\033[0m %s\n", $$1, $$2}'
.PHONY: tests
tests: ## Runs tests
php tests/run-tests.php -j3 -q