From 0dfa6ec3e954e9317e37af27830c3a098abe3f72 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Tue, 20 Mar 2018 15:23:35 -0400 Subject: [PATCH] Set default goal in plugin.mk --- plugin.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugin.mk b/plugin.mk index d247938c..96d3040d 100644 --- a/plugin.mk +++ b/plugin.mk @@ -44,4 +44,5 @@ dist: all # Create ZIP package cd dist && zip -5 -r $(SLUG)-$(VERSION)-$(ARCH).zip $(SLUG) -.PHONY: clean dist \ No newline at end of file +.PHONY: clean dist +.DEFAULT_GOAL := all