Skip to content

Commit

Permalink
Add check target to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuncer Ayaz committed Sep 2, 2011
1 parent 3fa6f6a commit c2a5d28
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Makefile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,4 +2,12 @@ all:
./bootstrap ./bootstrap


clean: clean:
@rm -rf rebar ebin/*.beam inttest/rt.work @rm -rf rebar ebin/*.beam inttest/rt.work

debug:
./bootstrap debug

check: debug
-@./rebar xref
-@dialyzer ebin --verbose -Wunmatched_returns -Werror_handling \
-Wrace_conditions -Wunderspecs

0 comments on commit c2a5d28

Please sign in to comment.