8 lines
56 B
Makefile
8 lines
56 B
Makefile
|
|
||
|
test:
|
||
|
phpunit --colors tests
|
||
|
|
||
|
release:
|
||
|
./package.sh
|
||
|
|