Skip to content

Commit

Permalink
Merge pull request esl#8 from essen/fix-compile
Browse files Browse the repository at this point in the history
Fix compile
  • Loading branch information
uwiger committed Jul 3, 2013
2 parents fb08d7e + 5fbd995 commit ca7106e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Makefile
@@ -1,10 +1,13 @@
.PHONY: rel all clean .PHONY: rel all deps clean


all: compile all: deps compile


compile: compile:
./rebar compile ./rebar compile


deps:
./rebar get-deps

clean: clean:
./rebar clean ./rebar clean


Expand Down
Binary file modified rebar
Binary file not shown.

0 comments on commit ca7106e

Please sign in to comment.