Packages

Elixir wrappers for the Erlang macros and records in the wx package

Current section

Files

Jump to
wx_ex Makefile
Raw

Makefile

.PHONY: clean dialyzer checks test
all: clean checks test
clean:
mix clean
MIX_ENV=test mix clean
checks:
mix format --check-formatted
mix dialyzer --format dialyxir
test:
mix coveralls.html