aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e96d5de..2a3a8c0 100644
--- a/Makefile
+++ b/Makefile
@@ -5,9 +5,12 @@ REBAR = rebar
all: app
-app:
+app: deps
@$(REBAR) compile
+deps:
+ @$(REBAR) get-deps
+
clean:
@$(REBAR) clean
rm -f test/*.beam