From c1d9f9835fc9535835bc74bbfd73d720ca911a88 Mon Sep 17 00:00:00 2001 From: Reid Draper Date: Tue, 7 Jan 2014 14:04:46 -0600 Subject: [PATCH] Update PHONY Makefile target --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 82ac955..6b78d1a 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ -.PHONY: rel stagedevrel deps test +.PHONY: all compile deps clean distclean test check_plt build_plt dialyzer \ + cleanplt all: deps compile