Update makefile and changelog
This commit is contained in:
parent
7ab98975d8
commit
a443d476ac
2 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,7 @@
|
||||||
## 0.5.0
|
## 0.5.0 (in development)
|
||||||
|
|
||||||
* Update to rebar3 and add hex compatability. (Thanks Heinz Gies)
|
* Update to rebar3 and add hex compatability. (@Licenser)
|
||||||
|
* Properly add dependent apps to .app.src (@Licenser)
|
||||||
* Remove R14 from travis testing.
|
* Remove R14 from travis testing.
|
||||||
|
|
||||||
## 0.4.1
|
## 0.4.1
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -9,7 +9,7 @@ test: compile
|
||||||
$(REBAR) eunit
|
$(REBAR) eunit
|
||||||
|
|
||||||
run:
|
run:
|
||||||
erl -pa ebin/ deps/*/ebin/ -eval "application:start(qdate)"
|
$(REBAR) shell
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
$(REBAR) as pkg upgrade
|
$(REBAR) as pkg upgrade
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue