F=

# run tests
t:
	mix test ${F}

# runs dialyzer
d:
	mix dialyzer
