Skip to content
Snippets Groups Projects
Commit 8a246d44 authored by David Maus's avatar David Maus
Browse files

Add simple Makefile

parent 4111148c
No related branches found
No related tags found
No related merge requests found
Makefile 0 → 100644
.PHONY: test
test: phpstan phan phpunit
phpunit:
vendor/bin/phpunit
phpstan:
vendor/bin/phpstan analyse --level 7 src
phan:
vendor/bin/phan
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment