Skip to content

Commit

Permalink
Merge pull request #5 from rymir/master
Browse files Browse the repository at this point in the history
Fixes Makefile rebar commands typos.
  • Loading branch information
hcs42 committed Jan 14, 2014
2 parents 47d22d1 + e4217c7 commit 7de48ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
get_deps:
rebar get_deps
rebar get-deps

upd_deps:
rebar upd_deps
rebar upd-deps

compile:
rebar compile
Expand Down

0 comments on commit 7de48ba

Please sign in to comment.