Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
all: compile eunit dialyzer

clean:
@./rebar clean
@./rebar3 clean

compile:
@./rebar compile
@./rebar3 compile

eunit:
@./rebar eunit
@./rebar3 eunit

dialyzer:
@dialyzer --src src
Binary file removed rebar
Binary file not shown.
Binary file added rebar3
Binary file not shown.
2 changes: 1 addition & 1 deletion src/mixer.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
{application, mixer,
[
{description, "Mix in public functions from external modules"},
{vsn, "0.1.1"},
{vsn, ""},
{registered, []},
{applications, [kernel,
stdlib]},
Expand Down