From f5c4b54a1442c6ea9b92d35a132b4601be9ec8bb Mon Sep 17 00:00:00 2001 From: Albert Hopkins Date: Wed, 28 Oct 2015 12:26:31 +0000 Subject: [PATCH] elasticsearch: Makefile: add PHONY target --- appliances/elasticsearch/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appliances/elasticsearch/Makefile b/appliances/elasticsearch/Makefile index 23659ad..7318273 100644 --- a/appliances/elasticsearch/Makefile +++ b/appliances/elasticsearch/Makefile @@ -34,3 +34,5 @@ postinstall: elasticsearch.service clean: + +.PHONY: create_user preinstall postinstall clean install_elasticsearch install_marvel