qdate_localtime/Makefile
2021-06-30 21:19:47 -05:00

11 lines
109 B
Makefile

all:
./rebar3 compile
check:
./rebar3 eunit
dialyzer:
./rebar3 dialyzer
publish:
./rebar3 hex publish