Skip to content

Commit

Permalink
Change dialyze and rel to dialyzer and release in Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
lastres committed Jan 14, 2013
1 parent 0ac4aa9 commit f7d0726
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY: all rel compile test clean rel doc build-plt dialyze
.PHONY: all release compile test clean rel doc build-plt dialyzer

PROJECT = lhttpc

Expand All @@ -18,7 +18,7 @@ doc:
test: compile
$(REBAR) eunit

rel: all dialyze test
release: all dialyze test
$(REBAR) release

clean:
Expand All @@ -28,7 +28,7 @@ build-plt: compile
@$(DIALYZER) --build_plt --output_plt .$(PROJECT).plt \
--apps $(APPS)

dialyze:
dialyzer:
@$(DIALYZER) --fullpath --src ./src \
--plt .$(PROJECT).plt --no_native \
-Werror_handling #-Wrace_conditions

0 comments on commit f7d0726

Please sign in to comment.