RM = rm -rf

test:
	phpunit --coverage-html phpunit/ .

clean:
	${RM} phpunit
