7 lines
52 B
Makefile
7 lines
52 B
Makefile
|
.PHONY: *
|
||
|
|
||
|
phpcs:
|
||
|
vendor/bin/phpcs -v
|
||
|
|
||
|
test: phpcs
|