From 38141c5c24e89d72253a5fc9824887f2735fd822 Mon Sep 17 00:00:00 2001 From: Seth Falcon Date: Mon, 22 Apr 2013 12:44:59 -0700 Subject: [PATCH] Fix typo in typer target in Makefile The typer target now works. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 51727d2..714d70e 100644 --- a/Makefile +++ b/Makefile @@ -60,7 +60,7 @@ $(ERLWARE_COMMONS_PLT).$(ERL_VER): $(ERLWARE_COMMONS_PLT).$(ERL_VER).base dialyzer: $(ERLWARE_COMMONS_PLT).$(ERL_VER) dialyzer --fullpath --plt $(ERLWARE_COMMONS_PLT).$(ERL_VER) -Wrace_conditions -r ./ebin -typer: $(ERLWARE_COMMONS_PLT).$(ERL)VER( +typer: $(ERLWARE_COMMONS_PLT).$(ERL_VER) typer --plt $(ERLWARE_COMMONS_PLT).$(ERL_VER) -r ./src shell: compile