UNPKG
smssakutoko
Version:
latest (0.0.1)
0.0.1
MPWA Multi device beta
github.com/andree23/wa
andree23/wa
smssakutoko
/
vendor
/
guzzlehttp
/
promises
/
Makefile
14 lines
(9 loc)
•
189 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
all: clean
test
test
: vendor/bin/phpunit coverage: vendor/bin/phpunit --coverage-html=artifacts/coverage view-coverage: open artifacts/coverage/index.html clean:
rm
-rf artifacts/*