From 72f10d9ebe2c5ac16e4e731ef70f6e3117ab5543 Mon Sep 17 00:00:00 2001 From: Dan Petersen Date: Mon, 16 Dec 2019 02:13:39 +0100 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f261161e..47f3a67a 100644 --- a/Makefile +++ b/Makefile @@ -43,4 +43,4 @@ $(TARGETS): -j "dist/$(NAME)_v$(VERSION)-custom_$@_amd64.zip" \ "dist/$@/$(NAME)_v$(VERSION)-custom_x4" -.PHONY: build example fmt test init targets $(TARGETS) +.PHONY: build example example-apply example-destroy example-init example-plan fmt test init targets $(TARGETS)