aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/elvis.mk
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/elvis.mk')
-rw-r--r--plugins/elvis.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/elvis.mk b/plugins/elvis.mk
index f3e75a8..341038f 100644
--- a/plugins/elvis.mk
+++ b/plugins/elvis.mk
@@ -30,11 +30,13 @@ distclean:: distclean-elvis
# Plugin-specific targets.
$(ELVIS):
- @$(call core_http_get,$(ELVIS_CONFIG),$(ELVIS_CONFIG_URL))
@$(call core_http_get,$(ELVIS),$(ELVIS_URL))
@chmod +x $(ELVIS)
-elvis: $(ELVIS)
+$(ELVIS_CONFIG):
+ @$(call core_http_get,$(ELVIS_CONFIG),$(ELVIS_CONFIG_URL))
+
+elvis: $(ELVIS) $(ELVIS_CONFIG)
@$(ELVIS) rock -c $(ELVIS_CONFIG) $(ELVIS_OPTS)
distclean-elvis: