From 1207514752a0e522893c60eb6434cb4a8117a7f1 Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Mon, 4 Feb 2013 09:58:20 -0600 Subject: make all grabs deps if deps dir does not exist --- Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a7e9bb6..96e14ae 100644 --- a/Makefile +++ b/Makefile @@ -38,16 +38,20 @@ endif .PHONY: all compile doc clean test dialyzer typer shell distclean pdf \ get-deps escript clean-common-test-data rebuild -all: compile escript dialyzer test +all: deps compile escript dialyzer test # ============================================================================= # Rules to build the system # ============================================================================= -get-deps: +deps: $(REBAR) get-deps $(REBAR) compile +update-deps: + $(REBAR) update-deps + $(REBAR) compile + compile: $(REBAR) skip_deps=true compile -- cgit v1.2.3