File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1- # v0.10.2-dev
1+ # v0.10.2 (2013-09-03)
22
33* enhancements
44 * [ CLI] Add ` --verbose ` to elixirc, which now is non-verbose by default
Original file line number Diff line number Diff line change 11REBAR := "$(shell echo `pwd`/rebar) "
2- ELIXIRC := bin/elixirc --ignore-module-conflict $(ELIXIRC_OPTS )
2+ ELIXIRC := bin/elixirc --verbose -- ignore-module-conflict $(ELIXIRC_OPTS )
33ERLC := erlc -I lib/elixir/include
44ERL := erl -I lib/elixir/include -noshell -pa lib/elixir/ebin
55VERSION := $(strip $(shell cat VERSION) )
@@ -11,7 +11,6 @@ INSTALL_DIR = $(INSTALL) -m755 -d
1111INSTALL_DATA = $(INSTALL ) -m644
1212INSTALL_PROGRAM = $(INSTALL ) -m755
1313
14-
1514.PHONY : install compile erlang elixir dialyze test clean docs release_docs release_zip release_erl
1615.NOTPARALLEL : compile
1716
Original file line number Diff line number Diff line change 1- 0.10.2-dev
1+ 0.10.2
Original file line number Diff line number Diff line change 11{application , elixir ,
22[{description , " elixir" },
3- {vsn , " 0.10.2-dev " },
3+ {vsn , " 0.10.2" },
44 {modules , [
55 elixir
66 ]},
You can’t perform that action at this time.
0 commit comments