From e6257eabff7d8efedd6eb61aeeb85d80063f7507 Mon Sep 17 00:00:00 2001 From: Dmitry Demeshchuk Date: Tue, 30 Jul 2013 13:45:28 -0700 Subject: [PATCH] Made all the targets phony --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9de19441..b94be4b2 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,10 @@ - PREFIX:=../ DEST:=$(PREFIX)$(PROJECT) REBAR=./rebar +.PHONY: all edoc test clean build_plt dialyzer app + all: @$(REBAR) get-deps compile