From 3f0e281cbad8efc83e3467568b0e803d7d5e2bd8 Mon Sep 17 00:00:00 2001 From: Alexey Romanov Date: Thu, 14 Oct 2010 14:19:29 +0400 Subject: [PATCH] Marked phony make targets --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ea822b3..6a3ef76 100644 --- a/Makefile +++ b/Makefile @@ -21,4 +21,6 @@ static: else static: $(REBAR_COMPILE) analyze -endif \ No newline at end of file +endif + +.PHONY: all compile test clean docs static