From 1f0888234d27e0d82fb9ac050cbd06e4876f417f Mon Sep 17 00:00:00 2001 From: "Paul J. Davis" Date: Tue, 23 Oct 2012 14:20:52 -0500 Subject: [PATCH] Add PHONY targets for safety Just trying to be a bit more thorough in the Makefile targets. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 6541804..ecd58a9 100644 --- a/Makefile +++ b/Makefile @@ -37,3 +37,5 @@ check: build etap eunit %.beam: %.erl erlc -o test/ $< + +.PHONY: all clean distclean depends build etap eunit check