Add a make dev
for easily working with qdate_localtime
This commit is contained in:
parent
2ce94f82ce
commit
5afd1335f1
1 changed files with 5 additions and 0 deletions
5
Makefile
5
Makefile
|
@ -23,6 +23,11 @@ dialyzer: compile
|
||||||
|
|
||||||
travis: test dialyzer
|
travis: test dialyzer
|
||||||
|
|
||||||
|
dev:
|
||||||
|
mkdir -p _checkouts
|
||||||
|
cd _checkouts; git clone https://github.com/choptastic/qdate_localtime
|
||||||
|
|
||||||
|
|
||||||
run:
|
run:
|
||||||
$(REBAR) shell
|
$(REBAR) shell
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue