Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
David Reid committed Nov 12, 2010
1 parent a2eb819 commit cbc93be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Expand Up @@ -4,13 +4,13 @@ DEST:=$(PREFIX)$(PROJECT)

REBAR=./rebar

all:
@$(REBAR) get-deps compile
all:
@$(REBAR) get-deps compile

edoc:
@$(REBAR) doc

test:
test:
@rm -rf .eunit
@mkdir -p .eunit
@$(REBAR) skip_deps=true eunit
Expand Down

0 comments on commit cbc93be

Please sign in to comment.