From dbd63739075a0f936f83a8dc9ae089e907a79c21 Mon Sep 17 00:00:00 2001 From: Eric Date: Wed, 12 Sep 2012 16:28:19 -0500 Subject: make sure dialyzer outputs the full path to the system --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b16560d..e72f407 100644 --- a/Makefile +++ b/Makefile @@ -80,7 +80,7 @@ $(RELCOOL_PLT): --apps erts kernel stdlib -r deps dialyzer: $(RELCOOL_PLT) - dialyzer --plt $(RELCOOL_PLT) -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