Skip to content

Commit

Permalink
Make 'test' depends on 'all' so lager parse trasforms are compiled
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredmorrow committed Aug 8, 2011
1 parent 3885086 commit 0884931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ clean:
distclean: clean
./rebar delete-deps

test:
test: all
./rebar skip_deps=true eunit

docs:
Expand Down

0 comments on commit 0884931

Please sign in to comment.