From 388b5f05a634225dcc746293850948a02951330a Mon Sep 17 00:00:00 2001 From: Eric Date: Tue, 18 Sep 2012 15:51:07 -0700 Subject: minor formatting and cleanup --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5d76e93..d69468b 100644 --- a/Makefile +++ b/Makefile @@ -80,7 +80,8 @@ $(RELCOOL_PLT): --apps erts kernel stdlib -r deps dialyzer: $(RELCOOL_PLT) - dialyzer --plt $(RELCOOL_PLT) --fullpath -Wrace_conditions -I include -pa $(CURDIR)/ebin --src src + dialyzer --plt $(RELCOOL_PLT) --fullpath -Wrace_conditions \ + -I include -pa $(CURDIR)/ebin --src src typer: typer --plt $(RELCOOL_PLT) -r ./src -- cgit v1.2.3